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:05] 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 78: Line 87:
 | Cell 3    | Cell 4    | | Cell 3    | Cell 4    |
  
-===== Notes ===== 
  
-<code> 
-<note>Regular note.</note> 
-<note important>Important.</note> 
-<note warning>Warning.</note> 
-<note tip>Tip.</note> 
-</code> 
- 
-Rendered: 
- 
-<note>Regular note.</note> 
-<note important>Important.</note> 
-<note warning>Warning.</note> 
-<note tip>Tip.</note> 
  
 ===== Images ===== ===== Images =====
Line 113: Line 108:
 ===== References ===== ===== References =====
  
 +<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)) 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))
 ===== 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 123: Line 132:
 some text to describe this some text to describe this
 </WRAP> </WRAP>
 +
 +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>
 +
 +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
 +   *
 +   * this is a longer note
 +   */
 +</code>
 +
 +But this single line example works too:
 +<code>
 +  /********** added by Esther **********/
 +</code>
 +
example.1781031910.txt.gz · Last modified: by lukasz