markdown-preview icon indicating copy to clipboard operation
markdown-preview copied to clipboard

Markdown Preview Plus -- Enables Chrome to render markdown files as HTML

Results 9 markdown-preview issues
Sort by recently updated
recently updated
newest added

GitHub wikis use Markdown but do not include the `.md` in their URLs. So GitHub wiki links will have URLs like `MyPageName` rather than `MyPageName.md`. When serving these wikis locally...

feat. req.: it would be nice if we could keep relative paths (instead of absolute paths) on links when rendering html ... so the paths can be presenved when printing...

- You can enable this feature in `options.html`. - Convertion from asciimath to TeX is mostly done by `js/asciimath.js`. - See `test/test_asciimath.markdown` for examples. Asciimath is a tiny and simple...

Would it be possible to support the newcommand command? So we can do things like ```tex $\newcommand{\R}{\mathbb{R}}$ ``` This would avoid a lot of tedious typing and greatly increases the...

It's not an issue, feel free to delete this post. Just wanted to **thank you**, didn't find other contacts.

Can we add wikilinks markdown syntax extension as Obsidian does? Wikilink is something like this: [[mydir/foo.md]] which is the same as [mydir/foo.md](mydir/foo.md)

It gets garbled on non-UTF8 files. For example, the document below is written in charset EUC-JP. * Without MarkdownPreviewPlus, it is displayed in EUC-JP correctly. With MarkdownPreviewPlus enabled, it styles...

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.6.0 to 11.10.0. Release notes Sourced from mermaid's releases. [email protected] Minor Changes #6744 daf8d8d Thanks @​SpecularAura! - feat: Added support for per link curve styling in flowchart...

dependencies
javascript