gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.67k stars 854 forks source link

Using macro for font size #685

Open filippogambarota opened 1 year ago

filippogambarota commented 1 year ago

Is there a way to use js macros for dynamically setting the font size? For example:

---
# Header

.fontsize50[
    some text
]

But fontisize50 is not a hard coded CSS class but a generic class in which I parse the 50 parameter within the font-size option?