diff --git a/editions/tw5.com/tiddlers/wikitext/Definitions in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Definitions in WikiText.tid index 842cb08ea..5edf140bf 100644 --- a/editions/tw5.com/tiddlers/wikitext/Definitions in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Definitions in WikiText.tid @@ -1,14 +1,7 @@ +caption: Definitions created: 20131205160424246 -modified: 20131205160450910 -tags: WikiText +modified: 20251229110936191 title: Definitions in WikiText type: text/vnd.tiddlywiki -caption: Definitions -HTML definition lists are created with this syntax: - -<> +To use HTML Definition Lists through WikiText, see [[Description Lists in WikiText]]. \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/wikitext/Description Lists in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Description Lists in WikiText.tid new file mode 100644 index 000000000..687fb6772 --- /dev/null +++ b/editions/tw5.com/tiddlers/wikitext/Description Lists in WikiText.tid @@ -0,0 +1,14 @@ +caption: Description Lists +created: 20131205160424246 +modified: 20251229110936191 +tags: WikiText +title: Description Lists in WikiText +type: text/vnd.tiddlywiki + +HTML description lists (AKA definition lists) are created with this syntax: + +<> \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/wikitext/parser/Block Mode WikiText.tid b/editions/tw5.com/tiddlers/wikitext/parser/Block Mode WikiText.tid index b0e00cfaf..4f445a3ec 100644 --- a/editions/tw5.com/tiddlers/wikitext/parser/Block Mode WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/parser/Block Mode WikiText.tid @@ -15,7 +15,7 @@ Common characteristics of such block mode WikiText: |!~WikiText|!Punctuation| |[[Block Quotes in WikiText]] |Multi-line block quotes are enclosed by lines containing only the text `<<<`; single line block quotes are also possible.| |[[Code Blocks in WikiText]]|Enclosed by lines containing only the text ```| -|[[Definitions in WikiText]]|Each term is on its own line and each definition is on its own line.| +|[[Description Lists in WikiText]]|Each term is on its own line and each definition is on its own line.| |[[Hard Linebreaks in WikiText]]|Enclosed by lines containing only the text `"""`.| |[[Headings in WikiText]]|Entire line starting with `!`.| |[[Horizontal Rules in WikiText]]|A line containing only the text `---`.| @@ -27,7 +27,7 @@ Common characteristics of such block mode WikiText: The above WikiText types are only recognised in ''block mode''. However, the text <<.em enclosed>> by most of them will be parsed in ''inline mode'' ([[Block Quotes in WikiText]] and [[Styles and Classes in WikiText]] are the two exceptions in which the parser will continue in ''block mode''). While in ''inline mode'' the parser may encounter something which moves it to ''block mode'' (see [[WikiText parser mode transitions]]). -At the end of the terminating line, the parser will return to ''block mode''. +At the end of the terminating line, the parser will return to ''block mode''. <<.tip 'Note: [[Hard Linebreaks in WikiText]] require an extra blank line after the trailing `"""` before the parser will return to block mode.'>> If the punctuation for the above types of WikiText is encountered while the parser is in ''inline mode'', it will be //ignored// and output as-is.