Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:syntax [2016/02/07 18:13]
vedavrata [Tables]
wiki:syntax [2016/02/07 18:13]
vedavrata [Code Blocks]
Line 7: Line 7:
  
  
-===== Text Conversions ===== 
  
-DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML. 
- 
-The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements,​ but can be configured to use other HTML as well. 
- 
- 
- 
- 
- 
-===== No Formatting ===== 
- 
-If you need to display text exactly like it is typed (without any formatting),​ enclose the area either with ''​%%<​nowiki>​%%''​ tags or even simpler, with double percent signs ''<​nowiki>​%%</​nowiki>''​. 
- 
-<​nowiki>​ 
-This is some text which contains addresses like this: http://​www.splitbrain.org and **formatting**,​ but nothing is done with it. 
-</​nowiki>​ 
-The same is true for %%//​__this__ text// with a smiley ;-)%%. 
- 
-  <​nowiki>​ 
-  This is some text which contains addresses like this: http://​www.splitbrain.org and **formatting**,​ but nothing is done with it. 
-  </​nowiki>​ 
-  The same is true for %%//​__this__ text// with a smiley ;-)%%. 
- 
-===== Code Blocks ===== 
- 
-You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''​%%<​code>​%%''​ or ''​%%<​file>​%%''​. 
- 
-  This is text is indented by two spaces. 
- 
-<​code>​ 
-This is preformatted code all spaces are preserved: like              <-this 
-</​code>​ 
- 
-<​file>​ 
-This is pretty much the same, but you could use it to show that you quoted a file. 
-</​file>​ 
- 
-Those blocks were created by this source: 
- 
-    This is text is indented by two spaces. 
- 
-  <​code>​ 
-  This is preformatted code all spaces are preserved: like              <-this 
-  </​code>​ 
- 
-  <​file>​ 
-  This is pretty much the same, but you could use it to show that you quoted a file. 
-  </​file>​ 
  
 ==== Syntax Highlighting ==== ==== Syntax Highlighting ====
wiki/syntax.txt · Last modified: 2019/04/01 18:57 (external edit)
GNU Free Documentation License 1.3
Powered by PHP Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 Valid HTML5