Open iainhouston opened 9 years ago
Hi, this is what GitHub style does, if you are not satisfy with this, you can do customization to CSS file, step by step:
First, Copy github.css
from {PackagesDir}/OmniMarkupPreviewer/public/github.css
to {PackagesDir}/User/OmniMarkupPreviewer/public
(the user folder should already exist).
Second, Open github.css
in that user folder you copied before, find the following contents:
.markdown-body dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: italic;
font-weight: bold;
}
Replace to:
.markdown-body dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: normal;
font-weight: normal;
}
At last, reload the page.
This is pretty well what I was aiming for:
using this markup:
but omniviewer got a bit confused at the third bullet:
Notice that Omniviewer put in Italics and a Block Quotes margin contrary to my expectations.