Using Monodraw with Marked
Monodraw output relies on specific fonts with Unicode characters, so it doesn't work with some of Marked's styles. To resolve this, add the following to **Preferences->Style->Additional CSS" (or to your custom css style):
pre code {
font-family: Menlo, Georgia, Garamond, serif !important;
font-size: 50%;
}
via Peter Shannon