mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Initial commit, not yet complete.
This commit is contained in:
parent
53885f696d
commit
d437f07fc2
33 changed files with 884 additions and 3 deletions
13
resources/public/content/_edit-left-bar.md
Normal file
13
resources/public/content/_edit-left-bar.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
####Formatting hints
|
||||
+ \# Main heading
|
||||
+ \#\# Second level heading
|
||||
+ \#\#\# Third level heading
|
||||
+ \[\[Link within this wiki\]\]
|
||||
+ \[Link outside this wiki\] \(http://url.goes.here/\)
|
||||
+ \!\[image alt text\]\(http://url.of.image\)
|
||||
+ \+ (at start of line) ordinary bulleted lists
|
||||
+ \1\. (at start of line) numbered lists
|
||||
+ \**bold*\*
|
||||
+ \__italic_\_
|
||||
|
||||
More documentation [here](http://daringfireball.net/projects/markdown/syntax)
|
||||
Loading…
Add table
Add a link
Reference in a new issue