Fix LSMR rules bug The following first line will be highlighted as comment
#24 #25. Thank yoshioka-naoki for the outstanding work in identifying the cause of this bug.
Still remain in some languages such as LaTeX and MATLAB. Fixed for python/julia/rust/...
Add settings preview-mode-language
to set preview mode for respective languages.
Add raw
preview mode (for working with the following feature)
Add feature preview-mode-inject. Do some actions in parsing, only support to do some replacing before parse markdown to html now.
Add feature Setting to open preview automatically for listed languages. Thank cdfa for implementing this feature. #14
Add some rules for Haskell and Purescript and Rust. #13
Add feature Extract Markdown Convert selection into Markdown format according to the rules and preview mode, place it into the clipboard..(#12)
add more languages in rule number-sign-double-percentage
(#4)
fix LRSM do not work in some language. Introducing side effects: the LRSM rules are also highlighted in block comment. (#2)
fix keybindings setting which may freeze the editor (#3)
fix bug for BR & MR' beginRegExp endRegExp
improve when /\s+/.test(whileSymbol)
support block rule \s+"""
use json in rules.js to help user modify rules
fix the break -MD folded preview
improve when-clause-contexts
, preview-icon does not appears any where
fix the offset of data-line
, which is related to the correspondence of lines of code and preview.
fix bugs
- start mark in comment
- block rule with indent
add folded mode for preview
fix spelling error
update document
fix bug in "Build Rules"
fix bug when beginRegExp equals to endRegExp
fix bug in "Enhancing-typing"
- Initial Release
- Initial Project