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

Parse Markdown in Note section. #1010

Open
1 of 3 tasks
RokeJulianLockhart opened this issue Aug 12, 2023 · 0 comments
Open
1 of 3 tasks

Parse Markdown in Note section. #1010

RokeJulianLockhart opened this issue Aug 12, 2023 · 0 comments

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Aug 12, 2023

https://wim.nl.tab.digital/remote.php/dav/addressbooks/users/rokejulianlockhart/contacts/7A52F4B1-F7F6-41A4-98EB-F83F9468950E.vcf

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>

(formatted by GitHub as)

https://www.markdownguide.org/extended-syntax/

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.2

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.

  • Write the press release
  • Update the website
  • Contact the media

Gone camping! ⛺ Be back soon.

That is so funny! 😂

I need to highlight these ==very important words==.

H2O

http://www.example.com

results in

image

Footnotes

  1. This is the first footnote.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants