unsafe / raw / relaxed wikitext defined as rawoutput(WikiText)
Implement unsafe / raw / relaxed wikitext as rawoutput(WikiText) template
template rawoutput(w:WikiText){ rawoutput(w.formatNoTagFiltering()) }
This emphasizes the (potentially unsafe) skipping of HTML filtering which is how the regular rawoutput(String) also behaves. Outputting the source text without markdown rendering can be done by casting/assigning to a String type.
related issues:
Submitted by Danny Groenewegen on 14 May 2013 at 14:30
https://yellowgrass.org/issue/WebDSL/111
https://yellowgrass.org/issue/WebDSL/401
Issue Log
On 14 May 2013 at 15:22 Elmer van Chastelet commented:
Added in r5697
On 14 May 2013 at 15:22 Elmer van Chastelet closed this issue.
Log in to post comments