MultiMarkdown-5
MultiMarkdown-5 copied to clipboard
Reference implementation of MultiMarkdown; replaces MultiMarkdown v4 (deprecated -- see MMD-6 instead)
This adds a configuration file for [Travis CI](https://travis-ci.org), which provides free continuous integration testing for open source projects. This means that for every commit to the repository, Travis can clone...
The following snippet ```` *Note: This is not supported.* ```` generates: ```` ```` It happens with any combination of `*` and `_`. Taking away the linebreak "fixes" the problem but...
Hi, I mentioned this before in the mmd support forum, but it was buried in another issue I was talking about (related to LaTeX math environment `$$\begin{align)...`). In the hindsight...
Here is a MWE showing the bug: [temp.zip](https://github.com/fletcher/MultiMarkdown-5/files/203578/temp.zip) In the `original` folder, things are working as expected. In the `bug` folder, in file `ch1.md`, `ch2.md`, I put 2 spaces in...
This PR includes several steps to simplify the build of MultiMarkdown under windows, largely by removing dependencies that are not necessary for building. Specifically, this: 1. Uses greg's CMake build...
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.c#L140 Also on ODF,...
When using MultiMarkdown with LaTeX output, it is common to have multiple front matter keys for inputting files, as shown in the usage guide: ``` latex input: mmd-memoir-header Title: MultiMarkdown...
I am using the current version of MMD in Perl and found that it does not support the features specified in the current version e.g. fenced code blocks. I am...
I implemented on my fork branch, a change to ODT to not add a text-box if it adds an image without label: https://github.com/KammutierSpule/MultiMarkdown-5/commit/6c23c7cd7df74d5df294a067ca13efa99f3c16af Adding a text-box on inline text causes...
For html (and odf and epub) it would be nice to be able to produce MathML as mentioned in fletcher/peg-multimarkdown#39 I.e. as an option, instead of wrapping TeX math for...