extra css will not magically override styles defined in the input document. In this case, whatever styles are produced by the markdown converter. Only if a rule in extra css has higher specificity than a rule in the input document will it be applied.
|