MultiMarkdown-6 icon indicating copy to clipboard operation
MultiMarkdown-6 copied to clipboard

Lightweight markup processor to produce HTML, LaTeX, and more.

Results 41 MultiMarkdown-6 issues
Sort by recently updated
recently updated
newest added

The footnote links in html generated files are broken on some browser like Firefox. The cause of the problem is the colon used in the HREF. In the standard, the...

Another fringe question from me about using libMMD for highlighting :) TL;DR: What were the observations before you implemented `strip_quote_markers_from_block`? Could there be another way to solve the problem while...

``` cat file1.mmd file2.mmd | multimarkdown ``` File transclusion doesn't work, even if `Transclude Base` is included at the top of `file1.mmd` with an absolute path.

After updating to version 6.6.0, I noticed that the `Copy Files` build phase doesn't exist anymore, and that `#import ` in `Bridging-Header.h` gives the error `'libMultiMarkdown/libMultiMarkdown.h' file not found`. What...

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 MultiMarkdown, compatible...

The command `multimarkdown -b "TestbriefDaniel - Köpie - Kopie.md"` produces the following error `Error reading file 'TestbriefDaniel - K÷pie - Kopie.md'`. MMD can't handle path-/filenames with umlauts. That should be...

![image](https://user-images.githubusercontent.com/59080/125169296-ca054e00-e1a9-11eb-81dd-de560a86d059.png) CommonMark allows blockquotes at the start of lists. I think this might be useful in deeply nested outlines where an item is a citation. This might be cumbersome to...

I noticed that when one uses HTML comments inside a regular paragraph, the token tree contains `PAIR_HTML_COMMENT → HTML_COMMENT_START` and eventually `PAIR_HTML_COMMENT → HTML_COMMENT_STOP` (the → denotes is-a-child) This makes...

The "Copy Files" phase doesn't exist anymore, and I added a note about framework lookup. Closes #199

**Version**: MultiMarkdown 6 v6.6.0 **Problem Description**: In attempting to insert a custom paragraph style into a document's FODT header, I found that the ODF Header metadata field, which is described...