Changeset 186837
- Timestamp:
- 12/24/2009 11:47:57 AM (16 years ago)
- File:
-
- 1 edited
-
sentimeter/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sentimeter/trunk/readme.txt
r186834 r186837 143 143 = 1.0 = 144 144 * First release. 145 146 == A brief Markdown Example ==147 148 Ordered list:149 150 1. Some feature151 1. Another feature152 1. Something else about the plugin153 154 Unordered list:155 156 * something157 * something else158 * third thing159 160 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].161 Titles are optional, naturally.162 163 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax164 "Markdown is what the parser uses to process much of the readme file"165 166 Markdown uses email style notation for blockquotes and I've been told:167 > Asterisks for *emphasis*. Double it up for **strong**.168 169 `<?php code(); // goes in backticks ?>`
Note: See TracChangeset
for help on using the changeset viewer.