0.0.7 • Published 2 years ago

vivia-marked v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vivia-marked

Add marked to Vivia

Options

Options are put directly to marked.

In addition, some commonly used extensions can be enabled in options:

plugins:
  renderer:
    marked:
      admonition: true
      katex: true
      bidi: true
      extendedTables: true
      highlight: true

If there is no the extension you need, you can create an issue or find another plugin