doc:linebreaks_spacing

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
doc:linebreaks_spacing [2026/03/31 06:05] Simon Grantdoc:linebreaks_spacing [2026/03/31 06:09] (current) Simon Grant
Line 1: Line 1:
 //part of the [[start|GtC documentation]]// //part of the [[start|GtC documentation]]//
  
-====== Linebreaks and spacing ======+====== Linebreaks and spaces ======
  
 //Try out all these techniques below in the [[playground:playground]].// //Try out all these techniques below in the [[playground:playground]].//
Line 22: Line 22:
  
 ==== In the middle of text ===== ==== In the middle of text =====
-`I can put in      many spaces without      altering the way the text is shown.`+  I can put in      many      spaces without      altering the way the text is displayed.
  
-I can put in      many spaces without      altering the way the text is shown.+I can put in      many      spaces without      altering the way the text is displayed.
  
 Of course, they do matter when you are expressly wanting them, as with `<code>` sections: Of course, they do matter when you are expressly wanting them, as with `<code>` sections:
  
-`<code>   b c   de    f</code>comes out as <code>   b c   de    f</code>+  <code>   b c   de    f</code> 
 +comes out as <code>   b c   de    f</code>
 and exactly the same for `<file>`: <file>   b c   de    f</file> and exactly the same for `<file>`: <file>   b c   de    f</file>
 but also when the line starts with two or more spaces: but also when the line starts with two or more spaces:
Line 49: Line 50:
 Even for short lines.       Even for short lines.      
 Like these above. Like these above.
 +
 +```
 +While Markdown breaks lines if there are spaces at the end, DokuWiki breaks lines explicitly
 +when there are double backslashes `\\` at the end\\ 
 +or before a space.\\
 +Like this\\ and this\\ and this\\
 +up to here.
 +```
  
 While Markdown breaks lines if there are spaces at the end, DokuWiki breaks lines explicitly While Markdown breaks lines if there are spaces at the end, DokuWiki breaks lines explicitly
  • doc/linebreaks_spacing.1774937127.txt.gz
  • Last modified: 2026/03/31 06:05
  • by Simon Grant