-
The `vim-plug` VimScript instructions to install MarkdownPreview are as follows:
```
local vim = vim
local Plug = vim.fn['plug#']
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#in…
-
# Current behavior
I use the markdown mode and the preview mode side by side. Normally the preview shows me the text I am writing in the markdown mode. But when I have some big images included and wr…
-
Given the following code
```
const MarkdownPresenter: FC = ({ text }) => {
const { theme } = useTheme();
const rehypePlugins = [rehypeSanitize, () => rehypeExternalLinks({ target: '_blank' })]…
-
To convert more writers to Markdown, Git and GitHub we need to offer them smooth integrated UX.
Required features:
* decent GUI text editor with Markdown support
* "minimally painful" Git integ…
-
### Description of the new feature / enhancement
The addition of SVG file preview has been extremely useful. Could this be expanded to include the DXF vector file format?
### Scenario when this wou…
-
- Type in markdown
- See live preview of "rendered" markdown
-
Either individually or all outputs
-
I have markdown documents with embedded UML diagrams. When exporting to github flavvored markdown (save to markdown from preview pane or export an save), I result in image links that do not work. Link…
-
### Is your feature request related to a problem? Please describe.
GitHub renders `` and ` E.g.
This is `` text.
This is `` text.
**Edit by @joelverhagen: the following list of HTML tags s…
-
### Have you checked for existing feature requests?
- [X] Completed
### Summary
_N.B.: I'm pretty sure this is **not** relevant to #878, given that this doesn't seem to be about **the syntax …