Releases: quasarframework/quasar-ui-qmarkdown
Releases · quasarframework/quasar-ui-qmarkdown
v1.0.0-beta.19
- fix: incorrect class definition for 'code' #17
v1.0.0-beta.18
- feat: Plug-in system for one-offs #7
- You can now extend the markdown-it processor by using the
extend
property (Function) that takesmd
instance as a parameter.
v1.0.0-beta.17
- feat(QMarkdown): now has line numbers for code blocks
- use property
no-line-numbers
to turn off - This does not apply to the QMarkdown loaders
v1.0.0-beta.15
- feat: css attributes optimizations
v1.0.0-beta.14
- fix: turn off typographer for *.md and *.vmd files
- fix: styling issues
v1.0.0-beta.13
fix: getTagParts parse tempate tags properly
v1.0.0-beta.12
- feat(front-matter): add front-matter support to .vmd file processing
v1.0.0-beta.11
- feat(vue+markdown): Introducing
.vmd
files for Vue with Markdown processing. - feat(getTagParts): new utility function to extract parts of a Vue file (template, script and style)
v1.0.0-beta.10
- Syntax highlighting is broken #8
v1.0.0-beta.9
- Update dependencies
- change quasar-framework.org to quasar.dev
- fix: missing components for build (demo/docs)
- Fix: Error after upgrading to Quasar rc2 from beta #5