The internals plugin's raw HTML preview uses <$view field="text" format="htmlwikified"/>.
htmlwikified view-format hardcodes the parser source type to text/vnd.tiddlywiki.
Tiddlers whose type parameter is e.g. text/vnd.tiddlywiki;vocab=Markdown preview as if the parameters were absent.
Fix, something like:
<pre><code><$wikify name="cm-raw-preview" text={{!!text}} type={{!!type}} output="html"><$text text=<<cm-raw-preview>>/></$wikify></code></pre>
Just I do not forget it.
The internals plugin's raw HTML preview uses
<$view field="text" format="htmlwikified"/>.htmlwikifiedview-format hardcodes the parser source type to text/vnd.tiddlywiki.Tiddlers whose type parameter is e.g.
text/vnd.tiddlywiki;vocab=Markdownpreview as if the parameters were absent.Fix, something like:
Just I do not forget it.