User Tools

Site Tools


example

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
example [2026/06/09 19:59] – [References] lukaszexample [2026/06/09 20:36] (current) – monospace for ascii lukasz
Line 10: Line 10:
 | <nowiki>**//bold italic//**</nowiki> | **//bold italic//** | | <nowiki>**//bold italic//**</nowiki> | **//bold italic//** |
 | <nowiki>~~strikethrough~~</nowiki> | ~~strikethrough~~ | | <nowiki>~~strikethrough~~</nowiki> | ~~strikethrough~~ |
 +
 +Double space in front can be used to render text as monospace. Good for ascii art:
 +           _ __    _
 +      __(_) /__ (_)
 +  | |/|/ / /  '_// /
 +  |__,__/_/_/\_\/_/
 +          
 + 
 +
  
 ===== Headings ===== ===== Headings =====
Line 101: Line 110:
 <code> <code>
 Some text needing referencing((This is the footnote/reference text.)) Some text needing referencing((This is the footnote/reference text.))
 +Some more text((https://git.labunix.xyz accessed on: 2026-06-09))
 +</code>
  
 +Rendered as:
 +
 +Some text needing referencing((This is the footnote/reference text.))
 Some more text((https://git.labunix.xyz accessed on: 2026-06-09)) Some more text((https://git.labunix.xyz accessed on: 2026-06-09))
-<code/> 
 ===== Images  ===== ===== Images  =====
 +
 +<code>
 +<WRAP right 200px>
 +{{root:labunix_log.png?200}}
 +some text to describe this
 +</WRAP>
 +</code>
 +
 +rendered as the image to the right
  
 <WRAP right 200px> <WRAP right 200px>
Line 112: Line 134:
  
 needs to be uploaded and reference the correct //page// to which it was uploaded needs to be uploaded and reference the correct //page// to which it was uploaded
 +
 ===== Comments ===== ===== Comments =====
  
 +<code>
 The text /* between the slash-asterisk and asterisk-slash */ is hidden The text /* between the slash-asterisk and asterisk-slash */ is hidden
 +</code>
  
-\\ You can also have multi-line comments:+Rendered as: The text /* between the slash-asterisk and asterisk-slash */ is hidden 
 + 
 +You can also have multi-line comments: 
 +<code>
   /**   /**
    * @todo: rewrite this section to reflect changes made recently    * @todo: rewrite this section to reflect changes made recently
Line 123: Line 150:
    * this is a longer note    * this is a longer note
    */    */
 +</code>
  
 But this single line example works too: But this single line example works too:
 +<code>
   /********** added by Esther **********/   /********** added by Esther **********/
 +</code>
  
example.1781035178.txt.gz · Last modified: by lukasz