Skip to content

Instantly share code, notes, and snippets.

@wthit56
Last active August 11, 2023 11:22
Show Gist options
  • Save wthit56/4d09473d5b24fa5e904d2d862dc5bc75 to your computer and use it in GitHub Desktop.
Save wthit56/4d09473d5b24fa5e904d2d862dc5bc75 to your computer and use it in GitHub Desktop.
Formatter: Formats
https://wthit56.github.io/Tools/formatter.html
HTML
<p>:para:</p>\n
<blockquote>:quote:</blockquote>\n
<strong>:bold:</strong>
<em>:italic:</em>
<u>:underline:</u>
<img src=":img:" alt=":img_alt:" />
<a href=":link:">:link_text:</a>
newline:<br/>
rule:<hr/>
MARKDOWN
\n:para:\n
\n> :quote:\n\n
**:bold:**
_:italic:_
![:img_alt:](:img:)
[:link_text:](:link:)
newline:\n\n
quote_newline:\n\n>
rule:------------\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment