-
-
Notifications
You must be signed in to change notification settings - Fork 73
Changelog
- Update marked lib. See #159
- Fix a bug for clear custom CSS paths
- Supports add custom CSS path. See #19
- Fix a bug for render mermaid. See #158
Update mermaid lib for security fix, see #157
Fixes a bug for render katex. see #156
- Add more description for options
- Update libs - mermaid, marked
Fixes a bug for highlight code. see #150
Restore plantuml rendering capability, see #148
- Update mermaid to v10.2.0
- Update katex to latest version
- Update marked to v5.0.2
- Remove supports for sequence, puml and flow. Use mermaid instead
- Migrate to chrome extension manifest v3
- Fixes a bug for highlight c codes
Fix unicode punctuation delimiter
see # 131 Fix minor bug for render math codes
update mermaid.js to latest
- Fixes "Copy as HTML" with custom CSS
- Fixes duplicate render TOC when auto reload is enabled see #125
- Refactor TOC
- Add CSS for TOC when "Copy as HTML" see #123
- Add CSS for "Copy as HTML" function
- Update marked.js to v2.1.3
- Fix highlight code bug. see #116
- Update
marked.js
andhighlight.js
- Add support for render Mermaid. see #111
- Fixes "Auto reload" feature not work with Chrome 81 see #109
- Support for math syntax used in GitLab markdown see PR #108
- Fixes the prepareHtml will be crash when use puml in GFM
- Fixes cannot correctly handle multi-line math formulas
see PR #100
Add a button to remove custom theme
Restore feature math/sequence/flow
Update marked.js to v0.6.0. Improve rendering GFM
Fixes #95 fix conflict with Evernote Web Clip extension
It's not a compatible release. Replace MathJax with Katex. Thanks for the PR from @zgce
Support Flow and Sequence. Thanks for the PR from @zgce
Fix bug for jump to anchor see #88
Fixes a bug for header rendering see #87
minor change for theme YetAnotherGithub
Add TOC feature. It's optional.
Support extension rmd and Rmd for R language
Add new theme YetAnotherGitHub
Support github task list
- Add option "Enable HTML"
- Fixed a XSS issue, see #60
- Remove "Export To HTML" function. Use "Print as PDF" instead. see #56
- Add feature "Copy As HTML". see #54
- Fix relative image path
- Allow no space for heading
- Clean some warning
- Suport php code highlight. see #46
- Fix bug when MathJax is enabled and Markdown contains invalid HTML tags. see #43. Thanks ktchu
- Added option to enable LaTeX delimiters.
- Disable GFM line breaks.
- Improved MathJax integration. Thanks ktchu
- Improved github flavored markdown support
- Support file extension .rst. The file extensions option is more easier to use.
Export mhtml file instead html. The stylesheet is inline.
Page only refresh if the underlying document has actually changed. See #24.
Fix a bug for render MathJax.
- Optimize auto reload for MathJax
- Optimize highlight code
- Rollback to 0.4 because issue #14.
- Added mermaid graph support.
- Replaced syntax highlighting with Prism.
Thanks djmittens for the pull request.
- Support MathJax. Thanks chaserhkj for the pull request.
- Support fast toggle function, see the option "Disable render markdown" at the popup window
- The custom css size changed from 4k to 8K bytes. see #19
- H2 and HR tag styles update, to be more close to current github styles. Thanks Lukas238. See #13.
- Add an option for custom reload time interval. see #12.
- Fix Github theme.
- Fixed a bug for code highlight.
- Support github flavored markdown.
- Change the markdown parser from showdown to [marked][marked].
- Fix a bug when add new css.
- Add .mkd extension.
- New button for export html file.
- Add a list of the supported file extensions in the options page.
- Support new file extension .txt
- Add browser icon.
- You can change theme for each single md file.
- New UI for options page.
- You can upload custom css files.
- Do not render if file's Content-Type is 'text/html'.
- Support auto reload.
- Support external css file.