~ubuntu-branches/ubuntu/saucy/tdiary/saucy-proposed

« back to all changes in this revision

Viewing changes to contrib2/style/markdown/README.en

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2011-04-11 21:53:16 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110411215316-ih4gt4q8p29d2wf8
Tags: 3.0.1-1
* New upstream release (Closes: #542801, #594947)
* debian/control:
 - Bumped up Standards-Version to 3.9.1.
 - Updated version dependency.
* debian/tdiary-setup.rb: Followed the upstream changes, incorporating js and
  index.fcgi

Show diffs side-by-side

added added

removed removed

Lines of Context:
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