markdown-it-vue
markdown-it-vue copied to clipboard
The vue lib for markdown-it.
We want to render iframe in the html from a markdown and we're using the iframe html tag, but its not rendering. Is there any option we can enable/disable to...
SyntaxError: Invalid regular expression: /(""|"[^"]+"|''|'[^']+'|\[\]|\[[^\]]+\]|[^\s!"#%&'()*+,.\/;@\[\\\]^`{|}~]+)(""|"[^"]+"|''|'[^']+'|\[\]|\[[^\]]+\]|[^\s!"#%&'()*+,.\/;@\[\\\]^`{|}~]+))*/: Unmatched ')' at new RegExp () at t (vendors~dataset.8bb16842.js:1) at n (vendors~dataset.8bb16842.js:1) at vendors~dataset.8bb16842.js:1 at Array.forEach () at n (vendors~dataset.8bb16842.js:1) at vendors~dataset.8bb16842.js:1 at Array.forEach ()...
能否考虑将组件内置的markdown-it插件制作成单独依赖
If you are having trouble with a "`window` is undefined"–type of error while trying to use it with a universal (SSR, Server-side rendered) app, you might want to follow this...
What is the suggested way to over-ride the CSS? My current issue is I am wanting white text on black background, but I am not sure how to provide my...
Hi I noticed that updating markdown-it-vue from 1.1.5 to 1.1.6 + using typescript. we get the following error: ``` Overload 3 of 3, '(options: ComponentOptionsWithProps {}; }; }, ... 4...
How to show toc html not in content container but a special element? Thank you.
fix markdown-it-github-toc: ``` md.inline.ruler.after( 'emphasis', 'toc', ``` change ``` md.inline.ruler.after( 'link', 'toc', ```