All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.10 - 2022-01-14
- Update dependencies
1.0.9 - 2021-06-05
- Update dependencies
- Fix README (Thanks manonthemat for #186!)
1.0.8 - 2021-04-02
- Update dependencies
1.0.7 - 2020-12-11
- Update dependencies
1.0.6 - 2020-12-10
- Update dependencies
1.0.5 - 2020-09-19
- Update dependencies
1.0.4 - 2020-09-17
- Added support for external plugins using a new property
plugins
- markdown-it-latex dependency
1.0.3 - 2020-09-16
- Added
linkify
property
- Reduced production library size
- markdown-it-strikethrough-alt dependency
1.0.2 - 2020-09-15
- Added information on README for including LaTeX + highlight.js styles
- Split test cases into individual plugin test files
- Utilize Vue's Compositions API for the component
- Omitted the production library folder
- Omitted the includes for LaTeX + highlight.js styles
- dedent dependency
- highlight.js dependency
1.0.1 - 2020-09-14
- Released vue3-markdown-it with support for 14 plugins:
- markdown-it - The one that started it all
- markdown-it-abbr - Add abbreviations
- markdown-it-anchor - Add anchors
- markdown-it-deflist - Add definition lists
- markdown-it-emoji - Add emojis
- markdown-it-footnote - Add footnotes
- markdown-it-highlightjs - Add highlighting for code blocks
- markdown-it-ins - Add
<ins>
tags - markdown-it-latex - Add LaTeX formatting
- markdown-it-mark - Add marking/highlighting
- markdown-it-strikethrough-alt - Add strikethrough
- markdown-it-sub - Add subscript
- markdown-it-sup - Add superscript
- markdown-it-task-lists - Add task lists
- markdown-it-toc-done-right - Add table of contents