diff --git a/core/data/System/EditingShorthand.txt b/core/data/System/EditingShorthand.txt index b92c499396..fda85a5de6 100644 --- a/core/data/System/EditingShorthand.txt +++ b/core/data/System/EditingShorthand.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1457496285" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1473352704" format="1.1" version="1"}% ---+ Editing Shorthand %STARTINCLUDE% %TABLE{}% @@ -562,7 +562,6 @@ Some characters are reserved for use by TML * Display them in your output by using the HTML entities. * Use HTML entities to display characters that are not supported by your site character set (e.g. special mathematical symbols). There's a complete list of named entities in [[http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references][Wikipedia]] * Use numerical entities to display any unicode character (e.g. Chinese script). - * To prevent Foswiki from treating ! as an escape, escape it with =<nop>=, or use the =&#33;= entity @@ -583,23 +582,39 @@ A != B != C -*Escaping Macros* %BR% -Prevent a Macro from being expanded by prepending it with an exclamation point. - -%T% To expand the macro, but escape any wikiword it expands into, use the <nop> tag. - +*Escapes* %BR% +Escapes are used to prevent a "default action" from occuring. They are used in many places when composing topics and writing Foswiki macros. + $ ==!==: The exclamation point will block expansion of macros, prevents automatic linking of WikiWords, email addresses, URLs, and ![[explicit links]]. + * To expand a macro, but escape any wikiword it expands into, use the <nop> tag. + * To prevent Foswiki from treating ! as an escape, escape it with =<nop>=, or use the =&#33;= entity + $ ==\==: The backslash is used to prevent normal interpretation of a character, allowing inclusion of quotes inside a quoted string. It can also be used to \ +continue a line (escapes the "newline"). When used as a "continue" it must be the very last character prior to the newline. + $ ==<nop>==: The =nop= (no operation) is used to prevent linking of !WikiWords, email addresses, URLs, but _not_ Macros or ![[explicit links]] + + -!%TOPIC% +!WikiWord %BR% +!%TOPIC% %BR% +%TOPIC% %BR% +%WIKIWEBMASTER% %BR% +!%TOPIC% %BR% +!here !here !here %BR% +%TOP\ +IC% -%TOPIC% - - -!%TOPIC% - -%TOPIC% - + +%BR% +!WikiWord %BR% +!%TOPIC% %BR% +%TOPIC% %BR% +%WIKIWEBMASTER% %BR% +!%TOPIC% %BR% +!here !here !here %BR% +%TOP\ +IC% + *Controlling how content is rendered:* %BR%