Conversor instantâneo de Markdown para HTML
Copiado!
**Bold**
*Emphasized*
~~Strikethrough~~
---
***
Mark headings with #. Use more for smaller headings, e.g., # H1, ## H2.
#
# H1
## H2
[link text](https://...)
[link text](https://... "title")
Use *, +, or - for unordered lists.
*
+
-
* Unordered item * Nested item 1. Ordered item 1. Nested item
Use single backticks for inline code: `code`.
`code`
Use triple backticks for code blocks:
```javascript function syntaxHighlighting() { return "pretty"; } ```