Skip to content
#

commonmark

Here are 174 public repositories matching this topic...

joshbruce
joshbruce commented Apr 13, 2020

miracles

Please see previous #1522 for backstory.

December 1st, 2017 the core team came together to take on Marked. Since then a lot has happened...a lot. Some changes in direction we wanted to talk about:

  1. Spec-compliance, semver, and a 1.0 release
  2. Make Marked more extensible ra
MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
rbalet
rbalet commented Nov 19, 2019

🐛 Bug Report

when using backtick within a table, the pipe | wont be espace by the backslash \
(originally raised here)

To Reproduce

try this code within a docusaurus md file

| Test                            | x        | x   |
| ------------------------------- | -------- | --- |
| `this pipe \| should be espace` |
cmoulliard
cmoulliard commented May 4, 2020

Question

Is it possible to render a Node document using markdown syntax ?

Parser parser = Parser.builder(options).build();
MarkdownRenderer renderer = MarkdownRenderer.builder(options).build();

// You can re-use parser and renderer instances
Node document = new TextBase("Hello World");

String markdown = renderer.render(document);
System.out.println(markdown);
drrosa
drrosa commented Oct 8, 2019

We would like this to work so that docs are equally browsable on both GitHub and ReadTheDocs. This way people will not mistakenly report "broken links" when looking at docs on GitHub. The problem is links like file_name.md#anchor do not convert to file_name.html#anchor.

Links such as [Guide](../path/to/guide.md) are correctly converted to `<a class="reference internal" href="../path/to/gu

Improve this page

Add a description, image, and links to the commonmark topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commonmark topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.