| Projects on Google Code | Results 1 - 10 of 30 |
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
...
= mailog =
minimalistic mail blog
http://mailog.googlecode.com/svn/wiki/mailog_workflow.png
serving static html (enhanced with jquery) created by a python daemon fetching markdowned emails via imap.
= try it out now =
example blog is installed at http://nekapuzer.at/mailog/htdocs/
* t...
Readown is a [http://daringfireball.net/projects/markdown/ Markdown] reader written in Objective-C with Cocoa for Mac OS X.
http://f.imagehost.org/0638/capture-20080413.png
== Supported Extensions ==
* markdown
* mkdn
* text
* txt
== It Depends On ==
Readown depends on followin...
= jmd =
jmdの独自拡張マクロ付きmarkdownテキストをHTMLに変換するコマンドラインツール。
特徴
* groovyで記述されています(ソースファイル一つだけで機能する簡単設計)
* コマンドラインで使用
* jmdによる独自拡張記述(マクロ)のサポート
* プリプロセッサとしてのみの使用も可能
* ブログエントリを書くのに便利
補足事項
* ※markdownテキストのHTMLへの変換には[http://attacklab.net/showdown/ showdown.js]を使用します。
* ※不明点/意見/感想など、...
Following code...
{{{
>>> import markdown
>>> url = "http://www.youtube.com/watch?v=ZlpbprBeN5M&hd=1"
>>> markdown.markdown(url, ['video'])
}}}
...produces this HTML minus indenting and newlines.
{{{
<p>
<object data="http://www.youtube.com/v/ZlpbprBeN5M&hd=1" height="344"
...
WMD is a small, simple WYSIWYG-style HTML editor written in JavaScript. Type your text in Markdown, and WMD will convert it to HTML behind the scenes, with optional realtime preview. See the [http://wmd-editor.com/demo/ online demo] for more information.
WMD works in recent versions of Firefox,...
== Contents ==
<wiki:toc max_depth="1" />
= Introduction =
Hierarchical, relational Wiki with permission system, revision control and file attachments. Much similar to Trac Wiki, but as opposed mainly to Media Wiki, tries not to put everything in one field, but has dynamic fields such as "rel...
<wiki:gadget url="http://www.ohloh.net/projects/25871/widgets/project_users.xml" height="100" border="0" />
MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.)
<wiki:gadget url="http://www.ohloh.net/projects/25871/widgets/project_basic_stats.xm...
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, !ConTeXt, Docbook XML, !OpenDocument XML, ...
Haskell,
markdown,
LaTeX,
HTML,
S5,
RTF,
restructuredText,
DocBook,
ConTeXt,
groff,
OpenDocument,
Texinfo,
MediaWiki
A python markdown extension for automatic typographic tweaks :
* Avoid widows by adding a non-breaking space between two last words inside each block element (works correctly even with inline tags around those words).
* Replaces " " with « »
* Replaces --- and -- with em and en dashes
* ...