From 863eff20b25511507649406c164b42bffd7bd9b9 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 20 Jul 2010 16:23:37 -0500 Subject: [PATCH] Finish up editbar! --- .../frontend/templates/editbar.mustache | 290 ++++++++++++++++-- 1 file changed, 267 insertions(+), 23 deletions(-) diff --git a/lib/gollum/frontend/templates/editbar.mustache b/lib/gollum/frontend/templates/editbar.mustache index 46247793..308d50ea 100644 --- a/lib/gollum/frontend/templates/editbar.mustache +++ b/lib/gollum/frontend/templates/editbar.mustache @@ -427,9 +427,13 @@ if he were in seventh heaven. - + + + -
+ + +
@@ -437,23 +441,236 @@ if he were in seventh heaven. - - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + +
Description What you get
First level heading
# Heading Text

Heading Text

Bold
*bold text*
bold text
Second level heading
## Heading Text

Heading Text

Italic
_italic text_
italic text
Third level heading
### Heading Text

Heading Text

Monospace
+monospace text+
monospace text
Single quoted
`single quoted text'
‘single quoted text’
Double quoted
``double quoted text''
“double quoted text”
Superscript
x^2^
x2
Subscript
H~2~O
H2O
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
Bold
**bold text**
bold text
Italic
//italic text//
italic text
Monospace
{{{monospace text}}}
monospace text
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
Bold
**bold text**
bold text
Italic
*italic text*
italic text
Inline code
`inline code`
inline code
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
Bold
*bold text*
bold text
Italic
/italic text/
italic text
Inline code
=inline code=
inline code
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
Bold
B<bold text>
bold text
Italic
I<italic text>
italic text
Inline code
C<inline code>
inline code
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
Bold
*bold text*
bold text
Italic
_italic text_
italic text
Monospace
+monospace text+
monospace text
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
Bold
**bold text**
bold text
Italic
*italic text*
italic text
Monospace
``monospace text``
monospace text
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
Bold
*bold text*
bold text
Italic
_italic text_
italic text
Inline code
@inline code@
inline code
+
+ + + + +
@@ -508,6 +725,33 @@ if he were in seventh heaven.
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
DescriptionWhat you typeWhat you get
First level heading
# Heading Text

Heading Text

Second level heading
## Heading Text

Heading Text

Third level heading
### Heading Text

Heading Text

+
+
@@ -600,9 +844,9 @@ if he were in seventh heaven. Unordered list -
* Item 1
-** Item 1.1
-* Item 2
+            
* Item 1
+** Item 1.1
+* Item 2
 * Item 3
@@ -614,9 +858,9 @@ if he were in seventh heaven.
Ordered list -
. Item 1
-.. Item 1.1
-. Item 2
+            
. Item 1
+.. Item 1.1
+. Item 2
 . Item 3
@@ -641,9 +885,9 @@ if he were in seventh heaven.
Unordered list -
* Item 1
-** Item 1.1
-* Item 2
+            
* Item 1
+** Item 1.1
+* Item 2
 * Item 3
@@ -654,9 +898,9 @@ if he were in seventh heaven.
Ordered list -
# Item 1
-## Item 1.1
-# Item 2
+            
# Item 1
+## Item 1.1
+# Item 2
 # Item 3