Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

4.0
   
  0 reviews  |  34 users  |  0 current contributors
 
 

BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

3.0
   
  0 reviews  |  25 users  |  8,345 lines of code  |  1 current contributor  |  Analyzed 10 months ago
 
 

Texy is one of the most complex lightweight markup language. It allows adding of images, links, nested lists, tables and has full support for typography and CSS. Texy allows you to enter content using an easy to read Texy syntax which is filtered into structurally valid XHTML. No knowledge of HTML is required.

4.83333
   
  0 reviews  |  14 users  |  4,611 lines of code  |  2 current contributors  |  Analyzed 1 day ago
 
 

MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.)

3.0
   
  0 reviews  |  12 users  |  5,616 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

Perl implementation of Markdown. Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links.

4.0
   
  0 reviews  |  6 users  |  3,226 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

An implementation of John Gruber’s Markdown text to HTML, written in C.

5.0
 
  0 reviews  |  2 users  |  6,600 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

Discount (for Ruby) implementation of John Gruber's Markdown.

0
 
  0 reviews  |  1 user  |  6,670 lines of code  |  3 current contributors  |  Analyzed 9 days ago
 
 

EDGE (electronic document general encoding) is a SGML-based markup Language for general documents, incl. scientific papers, technical/computer documentation, prose, drama, etc. It aims to be less restricted than comparable DTDs (e.g. DocBook or TEI).

0
 
  0 reviews  |  1 user  |  5,770 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Markdown is a light text markup format and a processor to convert that to HTML. The originator describes it as follows: Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to ... [More] structurally valid XHTML (or HTML). -- http://daringfireball.net/projects/markdown/ This project provides a converter written in Python that closely matches the behaviour of the original Perl-implemented Markdown.pl. There is another Python markdown.py (see link at right), but markdown2.py is faster (see PerformanceNotes) and, to my knowledge, more correct (see TestingNotes). Basic Python Module Usage>>> import markdown2 >>> markdown2.markdown("*boo!*") # or use `html = markdown_path(PATH)` u'boo! \n' >>> markdowner = Markdown() >>> markdowner.convert("*boo!*") u'boo! \n' >>> markdowner.convert("**boom!**") u'boom! \n'Basic Command-Line Usage$ cat foo.txt *boo!* $ python markdown2.py foo.txt boo! $ python markdown2.py -h ...detailed command-line usage...Please see the Change Log for recent work. [Less]

4.0
   
  0 reviews  |  1 user  |  8,919 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Texy.net is dotnet port of Texy! text to html converter/formatter.

0
 
  0 reviews  |  1 user  |  11,667 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.