issues Search Results · repo:fletcher/MultiMarkdown-5 language:C
Filter by
47 results
(73 ms)47 results
infletcher/MultiMarkdown-5 (press backspace or delete to remove)After issuing on Mac OS 10.15 with cmake 3.18 from https://cmake.org/download/
git clone https://github.com/fletcher/MultiMarkdown-5
cd MultiMarkdown-5/build
/Applications/CMake.app/Contents/bin/cmake ...
- alecjacobson
- 2
- Opened on Aug 16, 2020
- #61
git log master..develop --format= * %s | sort | uniq CHANGELOG-UNRELEASED fatal: ambiguous argument master..develop :
unknown revision or path not in the working tree. Use -- to separate paths from revisions, ...
- prabhatkmishra
- 3
- Opened on Jul 18, 2017
- #59
The following snippet
*Note: This is
not supported.*
generates:
p em meta name= Note content= This is
not supported. /
/em /p
It happens with any combination of * and _. Taking away the ...
- mn4367
- 1
- Opened on Jun 3, 2017
- #57
Easy way to reproduce:
1. Insert the following line anywhere in your MMD file:
p This paragraph doesn t appear in the output. /p
2. Convert it: multimarkdown --to=odf test.txt test.fodt ...
- larrykollar
- 16
- Opened on Mar 3, 2017
- #56
Given a MultiMarkdown file which contains:
1. Item One
2. Item Two
* A different list
MultiMarkdown currently produces:
ol
li p Item One /p /li
li p Item Two /p /li
li p A different list ...
- jasedit
- 2
- Opened on Feb 15, 2017
- #55
If a headline is given a cross-reference label and it is within an HTML block and process-html is enabled, the TOC doesn
t have a valid link.
Example:
# Test
{{TOC}}
div class= tip
## In HTML [in-html] ...
- cmaas
- 1
- Opened on Feb 10, 2017
- #53
Cross-referencing with custom section labels doesn t work when the section is embedded in a block-level HTML element.
Code:
div
# test [somelabel] #
[this should be a ref to chapter test][somelabel]. ...
- rodyo
- 2
- Opened on Jan 23, 2017
- #52
Hi! Thank you very much for MultiMarkdown!
Are there any plans to implement GFM newlines in new versions of MMD?
For example, GFM newlines would be very useful for lists like this one:
MultiMarkdown ...
- mikenils
- 4
- Opened on Jan 5, 2017
- #51
For example, this:
1st blockquote
2nd blockquote
- will be rendered as one blockquote, instead of two separate.
It can be fixed this way:
1st blockquote
div /div
2nd blockquote
But maybe ...
- john-cj
- 3
- Opened on Nov 2, 2016
- #50
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.