Last active
August 11, 2023 11:22
-
-
Save wthit56/4d09473d5b24fa5e904d2d862dc5bc75 to your computer and use it in GitHub Desktop.
Formatter: Formats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://wthit56.github.io/Tools/formatter.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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