mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00

peg-markdown-highlight can't hanlde code blocks with "#" correctly. Use regular expression to fix it to avoid mis-interpret the "#" line as a heading. Signed-off-by: Le Tan <tamlokveer@gmail.com>