slides-in-markdown icon indicating copy to clipboard operation
slides-in-markdown copied to clipboard

Standardize all CSS classed to be applied using "class: foo,bar" instead of square brackets

Open technopagan opened this issue 9 years ago • 0 comments

Right now, some CSS classes are set the clean, "correct" way of using "class: foo,bar" on top of a slide inside the MarkDown syntax, but others are set using square brackets like ".cssclass[text content]".

This is inconsistent, difficult to remember and error-prone. Let's work through the CSS to make all classes be available via the correct "class: foo,bar" syntax.

technopagan avatar Feb 23 '16 13:02 technopagan