mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
44cf2e3c70
* allow internal link to be wikitex formatted as bold * fix typo * add new classes to all emphasis and inline-code elements * fix tests for new STRONG classes
36 lines
740 B
Plaintext
36 lines
740 B
Plaintext
title: Pragmas/Parsermode-indented
|
|
description: parsermode pragma
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
{{AlwaysInline}}
|
|
|
|
{{AlwaysBlock}}
|
|
|
|
{{AlwaysInline}}{{AlwaysBlock}}
|
|
|
|
+
|
|
title: AlwaysInline
|
|
|
|
\parsermode inline
|
|
! Not Heading
|
|
|
|
Text with ''bold''
|
|
+
|
|
title: AlwaysBlock
|
|
|
|
\parsermode block
|
|
! Heading
|
|
|
|
Text with ''bold''
|
|
+
|
|
title: ExpectedResult
|
|
|
|
! Not Heading
|
|
|
|
Text with <strong class="tc-emphasis tc-strong">bold</strong><h1 class="">Heading</h1><p>Text with <strong class="tc-emphasis tc-strong">bold</strong></p><p>! Not Heading
|
|
|
|
Text with <strong class="tc-emphasis tc-strong">bold</strong><h1 class="">Heading</h1><p>Text with <strong class="tc-emphasis tc-strong">bold</strong></p>
|
|
</p> |