Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MD Codeblock option #66

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update index.html
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
  • Loading branch information
Bpendragon and waldyrious authored Jul 23, 2023
commit b82462a67e57acdf51cb2cc2350e9f2328d0d039
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ <h2>Input</h2>
<option value="slantsplat">"/* ... */ " CSS </option>
<option value="xml">"&lt;!-- ... --&gt;" XML</option>
<option value="pipe">"|" Reddit pipe</option>
<option value="codeblock">"```" (triple backtick) Markdown codeblock (reddit, Github, Discord, Slack)</option>
<option value="codeblock">"```" (triple backtick) Markdown code block (reddit, Github, Discord, Slack)</option>
</select>
</label>
</div>