User Tools

Site Tools


wiki:syntax

Differences

This shows you the differences between two versions of the page.


Previous revision
wiki:syntax [2024/05/03 17:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +^ Syntax ^ Result ^ 
 +|   **FORMATTING**   || 
 +| ''<nowiki>**bold**</nowiki>'' | **bold** | 
 +| ''<nowiki>//italic//</nowiki>'' | //italic// | 
 +| ''<nowiki>__underline__</nowiki>'' | __underline__ | 
 +| ''<nowiki>''monospace''</nowiki>'' (single quotes) | ''monospace''
 +| ''<nowiki>**//__''all together''__//**</nowiki>'' | **//__''all together''__//** | 
 +| ''<nowiki><sup>sup</sup></nowiki>'' and ''<nowiki><sub>sub</sub></nowiki>'' | <sup>sup</sup> and <sub>sub</sub>
 +| ''<nowiki><del>delete text</del></nowiki>'' | <del>delete text</del>
 +| ''<nowiki>force\\ newline</nowiki>'' | force\\ newline | 
 +| ''<nowiki>%% //not// **formatted** __at__ all \\ %%</nowiki>'' | %% //not// **formatted** __at__ all \\ %% | 
 +|   **LINKS **   || 
 +| ''<nowiki>[[http://www.google.com|Google]]</nowiki>'' | [[http://www.google.com|Google]] | 
 +| ''<nowiki>[[mailto:[email protected]|Mr. Foo]]</nowiki>'' | [[mailto:[email protected]|Mr. Foo]] | 
 +| ''<nowiki>[[wiki:Syntax|Go to the syntax page]]</nowiki>'' | [[wiki:Syntax|Go to the syntax page]] | 
 +| ''<nowiki>[[wiki:Syntax#anchor|Link to anchor]]</nowiki>'' | [[wiki:Syntax#anchor|Link to anchor]] | 
 +| ''<nowiki>[[doku>interwiki|Interwiki link]]</nowiki>'' | [[doku>interwiki|Interwiki link]] | 
 +|  **IMAGES**  || 
 +| ''<nowiki>{{wiki:dokuwiki-128.png}}</nowiki>'' | [[https://www.dokuwiki.org/dokuwiki-128.png]] | 
 +| ''<nowiki>[[http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}}]]</nowiki>'' | [[http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}}]] | 
 +| ''<nowiki>{{wiki:dokuwiki-128.png |With caption}}</nowiki>'' | {{wiki:dokuwiki-128.png |With caption}} | 
 +|  **OTHER**  || 
 +| ''<nowiki>Lorem ipsum((This is a footnote))</nowiki>'' | Lorem ipsum((This is a footnote)) |