-
I wish to build a "Import from Pelican" for this wonderful Obsidian Importer (without making a standalone plug-in for this Pelican import)
Pelican too also uses Markdown for all their article file…
-
Hi Fletcher,
What should be the differences (and what is the syntax) for HTMLBLOCK vs HTML ?
if I write a
that will run as HTMLBLOCK:
https://github.com/fletcher/MultiMarkdown-5/blob/master/src/odf…
-
Tables and footnotes would be the best features from [MultiMarkdown](https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide) this app could support.
-
Hello,
Firstly vim-pipe is awesome! It is super useful for all of my development.
The only issue I am having is in trying to use ftplugin directory to manage my b:vimpipe_command.
It tends to wor…
-
[github's generators](https://github.com/github/markup)
[the one that does .md](https://github.com/vmg/redcarpet)
[multimarkdown, which supports tables](https://github.com/fletcher/MultiMarkdown-4)
…
-
It would be nice to have some basic syntax highlighting for markdown/multimarkdown in nvALT as it becomes difficult to read longer notes with a few links, heading, italics etc
-
It would be nice to borrow this feature from [MultiMarkdown](http://fletcher.github.io/MultiMarkdown-4/tables). Currently it is implemented as an "empty column":
```
| Grouping…
-
The Windows path separator is not being escaped, and results in an invalid escape sequence. The below is for the basic auth node module, but this occurs on all .md files regardless of what it is due t…
-
Hi Fletcher, Everyone.
I've been working with MultiMarkdown since 2016, constantly talking to Fletcher via email.
Since Fletcher doesn't actively use Swift, I eventually created a fork of MultiM…
-
Difference:
`this is inline` code in line renders to `this is inline`
```
this is fenced code block
surrounded by three «`»
should be rendered as blah
```
See [Fenced Code Blocks](https://rawgit.co…