Skip to content

Commit

Permalink
adds ability to override markdown default options
Browse files Browse the repository at this point in the history
```js
Reveal.initialize({
    markdown: {
        defaultOptions: {
            verticalSeparator: '\n--\n`,
        }
    }
})
  • Loading branch information
t-fritsch committed Aug 4, 2023
1 parent c8a7f26 commit 31174cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Loading

0 comments on commit 31174cb

Please sign in to comment.