Jump to content

Paste format: Difference between revisions

Itac85v2 (talk | contribs)
m Changed "I" to "you"
Jan soweli Asike (talk | contribs)
m Fixed the example link, ya dingus
Line 27: Line 27:
In order to apply a link to some text, you first write an escape character (<code>\x1B</code>), then the characters <code>$u</code>, and ending with stringified text, '''including the quotes''', containing the contents of your link.
In order to apply a link to some text, you first write an escape character (<code>\x1B</code>), then the characters <code>$u</code>, and ending with stringified text, '''including the quotes''', containing the contents of your link.


Example: If you wanted to apply the link <code><nowiki>http://owot.me</nowiki></code> to the text "<code>hi</code>", you would write <code>\x1B$u"<nowiki>http://a</nowiki>"h\x1B$u"<nowiki>http://a</nowiki>"i</code>.
Example: If you wanted to apply the link <code><nowiki>http://owot.me</nowiki></code> to the text "<code>hi</code>", you would write <code>\x1B$u"<nowiki>http://owot.me</nowiki>"h\x1B$u"<nowiki>http://owot.me</nowiki>"i</code>.


=== Protections ===
=== Protections ===