root/platform/tdiary/doc/en/style/markdown.txt @ 18892

Revision 18892, 0.5 kB (checked in by hsbt, 5 years ago)

modified directory structure.

  • Property svn:executable set to *
Line 
1== tDiary contrib/sytle/markdown_style ==
2
3Markdown <http://daringfireball.net/projects/markdown/> style
4
5* How to install
6require 'BlueCloth'. get & install from <http://raa.ruby-lang.org/project/bluecloth/>
7Copy markdown_style.rb into core/tdiary/ directory, where other styles are.
8After that, edit tdiary.conf and specify style as 'Markdown'.
9
10* TextFormattingRules
11Refer <http://daringfireball.net/projects/markdown/syntax>.
12** tDiary original feature
13#   => <h3> & section
14##  => <h4>
15### => <h5>
16{{my '20041004p01','test'}} => tDiary's plugin
Note: See TracBrowser for help on using the browser.