Describe the bug
The html output doesn't contain any of the cssclasses from the frontmatter.
To Reproduce
- install Quartz 10.2.4
- build an md file with frontmatter that has cssclasses
- check the html files for the css class to be included anywhere in the file
---
cssclasses:
- my-style
---
Desktop (please complete the following information):
- Windows 10
- Using the original package without alteration
- Quartz 4.0.8
PS C:\quartz> npm quartz -version
10.2.4
Here is a sample md file:
---
title: Test
cssclasses:
- my-class
---
THIS IS A TEST OF THE EMERGENCY BROADCAST SYSTEM.
REPEAT: THIS IS ONLY A TEST.
If this had been an actual emergency, the Attention Signal you just heard would have been followed by official information, news or instructions.
Describe the bug
The html output doesn't contain any of the cssclasses from the frontmatter.
To Reproduce
Desktop (please complete the following information):
Here is a sample md file: