obsidian-advanced-slides icon indicating copy to clipboard operation
obsidian-advanced-slides copied to clipboard

Cannot set `marked` options

Open jacobmarble opened this issue 2 years ago • 0 comments

First

Thank you. This is a great presentation tool.

Problem

I would like my straight quotes to be converted to curly quotes.

However, this frontmatter doesn't convert the quotes:

---
theme: white
...
markdown:
  smartypants: true
---

Proposed

The marked Markdown parser has option "smartypants", and there are other useful options.

Perhaps the markdown key needs to be added here? https://github.com/MSzturc/obsidian-advanced-slides/blob/73c38f8627a14574ad6f0b52b7e5028b3081971f/src/yamlParser.ts#L38-L99

jacobmarble avatar Aug 03 '22 01:08 jacobmarble