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

Render Markdown (in NOTEs). #215

Closed
4 of 6 tasks
RokeJulianLockhart opened this issue Aug 12, 2023 · 0 comments
Closed
4 of 6 tasks

Render Markdown (in NOTEs). #215

RokeJulianLockhart opened this issue Aug 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Aug 12, 2023

Describe your suggested feature

My rationale is available at SimpleMobileTools/Simple-Contacts#1010 (comment):

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

Other details

Inline Markdown-syntax HTML too, of course.

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.

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.

@RokeJulianLockhart RokeJulianLockhart added the enhancement New feature or request label Aug 12, 2023
@Bnyro Bnyro closed this as completed in e1d8ae3 Aug 13, 2023
@RokeJulianLockhart RokeJulianLockhart changed the title Parse Markdown in Note section. Render Markdown (in NOTEs). Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant