1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 06:38:08 +02:00

adds ability to override markdown default options

```js
Reveal.initialize({
    markdown: {
        defaultOptions: {
            verticalSeparator: '\n--\n`,
        }
    }
})
This commit is contained in:
Thomas Fritsch
2023-08-05 00:14:15 +02:00
parent c8a7f26229
commit 31174cbaba
3 changed files with 10 additions and 7 deletions

File diff suppressed because one or more lines are too long