githubEdit

$md

Renders markdown content

Signature

{{$md content}}

Arguments

Name
Description
Type
Required

content

Markdown content

String

Example

{{$md notes}}
circle-info

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?