.noa-markdown-format {
    p {
        margin-block: 8px;
    }

    li > p {
        display: inline-block;
    }

    h1, h2, h3 {
        font-weight: bold;
        padding-block: 16px;
    }
    h1 {
        font-size: 2em;
        line-height: 1.2em;
    }
    h2 {
        font-size: 1.5em;
        line-height: 1.3em
    }
    h3 {
        font-size: 1.4em;
        line-height: 1.3em;
    }
}