cagix / pandoc-lecture

Pandoc Markdown Lecture Template: This project defines a skeleton repo for creating lecture slides and handouts including lecture notes out of Pandoc Markdown (https://pandoc.org/MANUAL.html) using a single source approach.
MIT License
97 stars 18 forks source link

Filter: allow a 'title' key/value pair in 'showme' div (hugo) #174

Closed cagix closed 1 year ago

cagix commented 1 year ago

previously:

::: showme
A simple text to be centred and accentuated
:::

now also allowed:

::: {.showme title="Hello **World**"}
A simple text to be centred and accentuated
:::