- Where is GitHub Flavored Markdown (GFM) actually used in GitHub?
This has been a mystery to me for a while, and for some reason Google didn't help me, so let me ask EDIT: ok, I understand the GFM is everywhere in GitHub, and why GFM style line break edit is not
- Customizing GFM markdown output in Pandoc - Stack Overflow
To force ATX style headers, use the --markdown-headings=atx commandline option pandoc rst rst -t gfm --markdown-headings=atx To avoid the blockquote, remove the indentation from your rst code block Note that a blockquote is represented by indenting a block of text in RestructuredText Therefore, your code block is nested within a blockquote in your rst document and Pandoc is correctly replicating that document structure in the Markdown output $ echo " > Header > ====== > > some text
- java - Technically what is the main difference between Oracle JDK and . . .
Technical differences are a consequence of the goal of each one (OpenJDK is meant to be the reference implementation, open to the community, while Oracle is meant to be a commercial one) They both have "almost" the same code of the classes in the Java API; but the code for the virtual machine itself is actually different, and when it comes to libraries, OpenJDK tends to use open libraries while Oracle tends to use closed ones; for instance, the font library
|