Projects tagged ‘markdown’ and ‘text_processing’


Jump to tag:

Projects tagged ‘markdown’ and ‘text_processing’

Filtered by Project Tags markdown text_processing

Refine results Project Tags text (9) html (9) markup (9) library (7) parser (6) xhtml (4) ruby (4) converter (2) rubygem (2) c (2) cross-platform (2) xmlrpc (1)

[9 total ]

22USERS
   

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).

15USERS
   

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).

2USERS
   

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.

1USERS

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

0USERS

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

0USERS
 

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.

0USERS

Experimental Ruby extension based on peg-markdown.

0USERS

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

0USERS

An implementation of John Gruber's Markdown in C. It uses a parsing expression grammar to define the syntax. This should allow easy modification and extension.