8000 GitHub - zinnjonas/discount: My fork of C implementation of John Gruber's Markdown markup language from https://github.com/Orc/discount/network
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zinnjonas/discount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCOUNT is a implementation of John Gruber's Markdown markup language. It implements, as far as I can tell, all of the language as described in http://daringfireball.net/projects/markdown/syntax and passes the Markdown test suite at http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip

DISCOUNT is free software written by David Parsons orc@pell.portland.or.us; it is released under a BSD-style license that allows you to do as you wish with it as long as you don't attempt to claim it as your own work.

Most of the programs included in the DISCOUNT distribution have manual pages describing how they work.

The file INSTALL describes how to build and install discount

Edit: hopefully i can make a cpp rewrite

##TEST Markdown

Tables Are Cool
col 1 is left-aligned $1600
col 2 is centered $12
col 3 is right-aligned $1
Markdown Less Pretty
Still renders nicely
1 2 3
- this line
+ new line

Normal text

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.

Equation:(a+b).

Some Latex Test like : (\frac{1}{2})

About

My fork of C implementation of John Gruber's Markdown markup language from https://github.com/Orc/discount/network

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 49.9%
  • CSS 35.1%
  • Perl 13.0%
  • Shell 2.0%
0