Skip to content
volca edited this page May 7, 2024 · 60 revisions

0.8.6

Fixes a bug for render katex. see #156

0.8.4

  • Add more description for options
  • Update libs - mermaid, marked

0.8.3

Fixes a bug for highlight code. see #150

0.8.2

Restore plantuml rendering capability, see #148

0.8.1

  • 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

0.8.0

  • Migrate to chrome extension manifest v3
  • Fixes a bug for highlight c codes

0.7.22

Fix unicode punctuation delimiter

0.7.20

see # 131 Fix minor bug for render math codes

0.7.18 & 0.7.19

update mermaid.js to latest

0.7.17

  • Fixes "Copy as HTML" with custom CSS

0.7.16

  • Fixes duplicate render TOC when auto reload is enabled see #125

0.7.15

  • Refactor TOC

0.7.14

  • Add CSS for TOC when "Copy as HTML" see #123

0.7.13

  • Add CSS for "Copy as HTML" function
  • Update marked.js to v2.1.3

0.7.11

  • Fix highlight code bug. see #116

0.7.10

  • Update marked.js and highlight.js

0.7.9

  • Add support for render Mermaid. see #111

0.7.8

  • Fixes "Auto reload" feature not work with Chrome 81 see #109

0.7.7

  • Support for math syntax used in GitLab markdown see PR #108

0.7.6

  • Fixes the prepareHtml will be crash when use puml in GFM
  • Fixes cannot correctly handle multi-line math formulas

see PR #100

0.7.5

Add a button to remove custom theme

0.7.4

Restore feature math/sequence/flow

0.7.3

Update marked.js to v0.6.0. Improve rendering GFM

0.7.2

Fixes #95 fix conflict with Evernote Web Clip extension

0.7.0

It's not a compatible release. Replace MathJax with Katex. Thanks for the PR from @zgce

0.6.8

Support Flow and Sequence. Thanks for the PR from @zgce

0.6.7

Fix bug for jump to anchor see #88

0.6.6

Fixes a bug for header rendering see #87

0.6.5

minor change for theme YetAnotherGithub

0.6.3 && 0.6.4

Add TOC feature. It's optional.

0.6.2

Support extension rmd and Rmd for R language

0.6.1

Add new theme YetAnotherGitHub

0.6

Support github task list

0.5.8

  • Add option "Enable HTML"

0.5.7

  • Fixed a XSS issue, see #60
  • Remove "Export To HTML" function. Use "Print as PDF" instead. see #56

0.5.6

  • Add feature "Copy As HTML". see #54

0.5.4 & 0.5.5

  • Fix relative image path
  • Allow no space for heading
  • Clean some warning

0.5.3

  • Suport php code highlight. see #46

0.5.2

  • Fix bug when MathJax is enabled and Markdown contains invalid HTML tags. see #43. Thanks ktchu

0.5.1

  • Added option to enable LaTeX delimiters.
  • Disable GFM line breaks.

0.5

  • Improved MathJax integration. Thanks ktchu
  • Improved github flavored markdown support
  • Support file extension .rst. The file extensions option is more easier to use.

0.4.6

Export mhtml file instead html. The stylesheet is inline.

0.4.5

Page only refresh if the underlying document has actually changed. See #24.

0.4.4

Fix a bug for render MathJax.

0.4.3

  • Optimize auto reload for MathJax
  • Optimize highlight code

0.4.2

  • Rollback to 0.4 because issue #14.

0.4.1

  • Added mermaid graph support.
  • Replaced syntax highlighting with Prism.

Thanks djmittens for the pull request.

0.4

  • 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

0.3.4

  • 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.

0.3.2/0.3.3

  • Fix Github theme.

0.3.1

  • Fixed a bug for code highlight.

0.3

  • Support github flavored markdown.
  • Change the markdown parser from showdown to [marked][marked].

0.2.5

  1. Fix a bug when add new css.

0.2.4

  1. Add .mkd extension.

0.2.3

  1. New button for export html file.

0.2.2

  1. Add a list of the supported file extensions in the options page.
  2. Support new file extension .txt

0.2.1

  1. Add browser icon.
  2. You can change theme for each single md file.

0.2

  1. New UI for options page.
  2. You can upload custom css files.

0.1.1

  1. Do not render if file's Content-Type is 'text/html'.

0.1

  1. Support auto reload.
  2. Support external css file.