First off, I love Quartz, this is a great project! I have only one small bottleneck.
Is your feature request related to a problem? Please describe.
When I build my site, I often reference titles of works in the title of my articles, because I am a neurotic librarian, I must have them italicized in Chicago style. Currently, when I build the site with default settings
For example:
---
title: My *italicized* title
---
Does not render as My italicized title but rather as My *italicized* title
Describe the solution you'd like
When I use
---
title: My *italicized* title
---
It renders on the site as My *italicized* title and not actually italicizing anything.
Describe alternatives you've considered
On my fork of quartz, I used the DangerouslySetInnerHTML to make a hacky fix, but I don't like being forced to use Dangerous settings even when there is no user-generated content on the site. I simply do not have the knowledge of typescript to meaningfully contribute any other insight.
First off, I love Quartz, this is a great project! I have only one small bottleneck.
Is your feature request related to a problem? Please describe. When I build my site, I often reference titles of works in the title of my articles, because I am a neurotic librarian, I must have them italicized in Chicago style. Currently, when I build the site with default settings
For example:
Does not render as My italicized title but rather as
My *italicized* title
Describe the solution you'd like When I use
It renders on the site as
My *italicized* title
and not actually italicizing anything.Describe alternatives you've considered On my fork of quartz, I used the
DangerouslySetInnerHTML
to make a hacky fix, but I don't like being forced to use Dangerous settings even when there is no user-generated content on the site. I simply do not have the knowledge of typescript to meaningfully contribute any other insight.Additional context N/A