quartz/data
Geoffrey Garrett 715aff9533 feat(code block titles): adds ability to define code block titles for Chroma
If a user provides a title as an argument to a code block, it will be
added as a child `div.code-title` to `div.highlight`, inserted before
`div.chroma`.

- Included default styling (`code-title.scss`) adapted
from `syntax.scss`.
- Added this as a function rendered in the
`partials/head.html` inside the `render()` function, *if*
`enableCodeBlockTitle=true` in the `data/config.yaml`.
2022-06-28 19:56:20 +02:00
..
config.yaml feat(code block titles): adds ability to define code block titles for Chroma 2022-06-28 19:56:20 +02:00
graphConfig.yaml change enableGlobalGraph to false 2022-06-06 16:49:01 +01:00