From 671d2b94996ac71d56b2d05d5fe694ed7d84fa59 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Wed, 4 Apr 2012 12:27:35 -0700 Subject: upgrading to CodeMirror 2.23, since it has an important fix to Not close Ninja, if backspace is pressed while autocomplete dropdown is open. Signed-off-by: Ananya Sen --- imports/codemirror/mode/tiddlywiki/index.html | 69 +++++---------------------- 1 file changed, 13 insertions(+), 56 deletions(-) (limited to 'imports/codemirror/mode/tiddlywiki/index.html') diff --git a/imports/codemirror/mode/tiddlywiki/index.html b/imports/codemirror/mode/tiddlywiki/index.html index 36d0975c..2f7da0e0 100644 --- a/imports/codemirror/mode/tiddlywiki/index.html +++ b/imports/codemirror/mode/tiddlywiki/index.html @@ -16,27 +16,18 @@ !TiddlyWiki Formatting * Rendered versions can be found at: http://www.tiddlywiki.com/#Reference -|!Option|!Syntax|!Output| -|bold font|{{{''bold''}}}|''bold''| -|italic type|{{{//italic//}}}|//italic//| -|underlined text|{{{__underlined__}}}|__underlined__| -|strikethrough text|{{{--strikethrough--}}}|--strikethrough--| -|superscript text|{{{^^super^^script}}}|^^super^^script| -|subscript text|{{{~~sub~~script}}}|~~sub~~script| -|highlighted text|{{{@@highlighted@@}}}|@@highlighted@@| -|preformatted text|{{{preformatted}}}|{{{preformatted}}}| +|!Option | !Syntax | +|bold font | ''bold'' | +|italic type | //italic// | +|underlined text | __underlined__ | +|strikethrough text | --strikethrough-- | +|superscript text | super^^script^^ | +|subscript text | sub~~script~~ | +|highlighted text | @@highlighted@@ | +|preformatted text | {{{preformatted}}} | !Block Elements -!!Headings -{{{ -!Heading 1 -!!Heading 2 -!!!Heading 3 -!!!!Heading 4 -!!!!!Heading 5 -}}} <<< - !Heading 1 !!Heading 2 @@ -49,18 +40,6 @@ <<< !!Lists -{{{ -* unordered list, level 1 -** unordered list, level 2 -*** unordered list, level 3 - -# ordered list, level 1 -## ordered list, level 2 -### unordered list, level 3 - -; definition list, term -: definition list, description -}}} <<< * unordered list, level 1 ** unordered list, level 2 @@ -75,15 +54,6 @@ <<< !!Blockquotes -{{{ -> blockquote, level 1 ->> blockquote, level 2 ->>> blockquote, level 3 - -<<< -blockquote -<<< -}}} <<< > blockquote, level 1 >> blockquote, level 2 @@ -93,11 +63,6 @@ blockquote <<< !!Preformatted Text -
-{{{
-preformatted (e.g. code)
-}}}
-
<<< {{{ preformatted (e.g. code) @@ -105,6 +70,7 @@ preformatted (e.g. code) <<< !!Code Sections +<<< {{{ Text style code }}} @@ -116,9 +82,10 @@ JS styled code. TiddlyWiki mixed mode should support highlighter switching in th XML styled code. TiddlyWiki mixed mode should support highlighter switching in the future. +<<< !!Tables -{{{ +<<< |CssClass|k |!heading column 1|!heading column 2| |row 1, column 1|row 1, column 2| @@ -128,21 +95,11 @@ XML styled code. TiddlyWiki mixed mode should support highlighter switching in t |~| ... | |CssProperty:value;...| ... | |caption|c -}}} + ''Annotation:'' * The {{{>}}} marker creates a "colspan", causing the current cell to merge with the one to the right. * The {{{~}}} marker creates a "rowspan", causing the current cell to merge with the one above. <<< -|CssClass|k -|!heading column 1|!heading column 2| -|row 1, column 1|row 1, column 2| -|row 2, column 1|row 2, column 2| -|>|COLSPAN| -|ROWSPAN| ... | -|~| ... | -|CssProperty:value;...| ... | -|caption|c -<<< !!Images /% TODO %/ cf. [[TiddlyWiki.com|http://www.tiddlywiki.com/#EmbeddedImages]] -- cgit v1.2.3