ul.parsed {
    margin-left: 2em;
    line-height: 2em;
    list-style-type: disc;
    }

.parsed.emphasis {
    font-style: italic;
    }

.parsed.heading {
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    }

.parsed.strikethrough {
    text-decoration: line-through;
    }

.parsed.strong {
    font-weight: bold;
    }

.parsed.underline {
    text-decoration: underline;
    }

