commonmark
Here are 174 public repositories matching this topic...
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-
Updated
May 20, 2020 - JavaScript
Hello, the example for uploading images is broken http://www.ipandao.com/editor.md/examples/image-upload.html
Perhaps its a firewall thing.
Chrome warning
This site can’t be reached
www.ipandao.com’s server IP address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN
Thanks
Manpage renderer
Based on: dotnet/docfx#2648 (comment)
@xoofx, do you know of a good spec of manpage that would work on BSD, OSX, Linux and Solaris?
Pandoc's man writer is https://github.com/jgm/pandoc/blob/d32e8664498d799932927d9865ce71e014472ef3/src/Text/Pandoc/Writers/Man.hs. We probably need some specs to validate output.
-
Updated
May 25, 2020 - PHP
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);
For #12, we need to preserve link reference definitions. We also need to be able to distinguish between the different link types (inline links, autolinks, reference links).
There is an old PR which might serve as a starting point: atlassian/commonmark-java#20 (comment)
I'm not sure yet what th
-
Updated
Nov 22, 2019 - JavaScript
-
Updated
May 23, 2020 - Go
-
Updated
May 26, 2020 - TypeScript
On this page: https://breakdance.github.io/breakdance/docs.html
Problem: There are a number of times where it refers to the result of a breakdance.compile call as a string. In reality, the string should come from breakdance.compile().output
-
Updated
Jan 18, 2020
-
Updated
Apr 21, 2020 - Swift
-
Updated
Feb 11, 2020 - Rust
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
-
Updated
Sep 10, 2018 - Go
I found that this http://pandoc.org/MANUAL.html#superscripts-and-subscripts feature might be useful, do you think if it's good idea add implementation of this?
-
Updated
May 20, 2020 - C
-
Updated
Aug 7, 2019 - JavaScript
-
Updated
May 24, 2020 - Go
-
Updated
May 24, 2020 - Swift
-
Updated
Nov 6, 2019 - C#
Improve this page
Add a description, image, and links to the commonmark topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the commonmark topic, visit your repo's landing page and select "manage topics."
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: