Skip to content

v2.0.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@hawkeye64 hawkeye64 released this 06 Sep 16:12
· 91 commits to next since this release
afaf46c

Bug Fixes

  • fix(ui): Protect from errors in markdown-it (#233)
  • fix(css): keep h1 -> h6 values from being overridden
  • fix(build): UMD gets Vue error
  • fix(ui): Can't use markdown-it-mathjax3 plugin because of \n replacement from src attribute (#265)

New
There is a new property fix-cr that when set runs this RegEx on the src property: props.src.replace(/\\n/gi, '\n'). This was the default behavior, but now, if you want this, you need explicitly set it via the fix-cr boolean property. The reason for this is that it conflicts with certain markdowns for the markdown-it-mathjax3 plugin.