Skip to content

HTML to plain text

rafageist edited this page Jul 16, 2025 · 1 revision

Syntax:

{txt}
	... some html code here ...
{/txt}
	
{txt} width =>
	... some html code here ...
{/txt}

Example

{txt} 
	
<h1>Document title</h1>
	
{/txt}

Output:

Document title
Clone this wiki locally