$md
Renders markdown content
Last updated
Was this helpful?
Renders markdown content
{{$md content}}
content
Markdown content
{{$md notes}}{
"notes":"Before moving forward you need to complete the following items:\n[ ] Checklist item one\n[x] Checklist item two\n[ ] Checklist item three\n"
}
Troubleshooting
Spaces at the end of content wrapped in tags such as ** will render the tags as raw text.
Example:
"Howdy, **Partner! **" renders as **Howdy, Partner! **
"Howdy, **Partner!**" renders as Howdy, Partner!
Last updated
Was this helpful?
Was this helpful?