You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://www.markdownguide.org/extended-syntax/
<blockQuote>
| Syntax | Description | Test Text || :--- | :----: | ---: || Header | Title | Here's this || Paragraph | Text | And more |```{ "firstName": "John", "lastName": "Smith", "age": 25}```
Here's a simple footnote,[^1] and here's a longer one.[^bignote][^1]: This is the first footnote.
[^bignote]: Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
`{ my code }`
Add as many paragraphs as you like.
### My Great Heading {#custom-id}
First Term
: This is the definition of the first term.
Second Term
: This is one definition of the second term.
: This is another definition of the second term.
-[x] Write the press release
-[ ] Update the website
-[ ] Contact the media
Gone camping! :tent: Be back soon.
That is so funny! :joy:
I need to highlight these ==very important words==.
H<sub>2</sub>O
`http://www.example.com`
</blockQuote>
Describe your suggested feature
My rationale is available at SimpleMobileTools/Simple-Contacts#1010 (comment):
results in
Other details
Inline Markdown-syntax HTML too, of course.
Acknowledgements
Footnotes
This is the first footnote. ↩
Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
{ my code }
Add as many paragraphs as you like. ↩
The text was updated successfully, but these errors were encountered: