|
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 | |
|---|
| 3 | Markdown <http://daringfireball.net/projects/markdown/> style |
|---|
| 4 | |
|---|
| 5 | * How to install |
|---|
| 6 | require 'BlueCloth'. get & install from <http://raa.ruby-lang.org/project/bluecloth/> |
|---|
| 7 | Copy markdown_style.rb into core/tdiary/ directory, where other styles are. |
|---|
| 8 | After that, edit tdiary.conf and specify style as 'Markdown'. |
|---|
| 9 | |
|---|
| 10 | * TextFormattingRules |
|---|
| 11 | Refer <http://daringfireball.net/projects/markdown/syntax>. |
|---|
| 12 | ** tDiary original feature |
|---|
| 13 | # => <h3> & section |
|---|
| 14 | ## => <h4> |
|---|
| 15 | ### => <h5> |
|---|
| 16 | {{my '20041004p01','test'}} => tDiary's plugin |
|---|