Skip to content

no cssclasses in output #2332

@BGMcoder

Description

@BGMcoder

Describe the bug
The html output doesn't contain any of the cssclasses from the frontmatter.

To Reproduce

  1. install Quartz 10.2.4
  2. build an md file with frontmatter that has cssclasses
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions