WebGL Tutorial
and more

TrimPre Test

Non-escaped

Hello

Escaped

aaa
bbb
ccc

Non-border

aaa
bbb
ccc

Loading a Custom Text File and Unescaped

Suppose we have such a file sample.txt which contents are:

This is some sample texts from a text file.

Codes:

Result:

Since unescaping, the browsr parsed as a span tag.

Loading a Custom Text File and Escaped

Escape it:

Result:

All orginal texts are displayed in HTML.

Extentions

See: Using TrimPre with PageConsole.