User Tools

Site Tools


porting_existing_tutorials_to_the_wiki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
porting_existing_tutorials_to_the_wiki [2021/03/16 02:02] – [Translated HTML files] changed wiki to git instance peteyboyporting_existing_tutorials_to_the_wiki [2021/03/23 04:56] – [Here are some tips:] added nowiki example peteyboy
Line 30: Line 30:
   * Remove any manually generated TOCs, because **above**   * Remove any manually generated TOCs, because **above**
   * Remove any HTML escape codes, like //> < &// dokuwiki markup doesn't need these escaped, and doesn't render them as expected by HTML.   * Remove any HTML escape codes, like //> < &// dokuwiki markup doesn't need these escaped, and doesn't render them as expected by HTML.
 +  * Add wiki escape for character strings that are used in wiki markup, for example <nowiki>// or [[ or {{, or whole URLs you don't want to be links</nowiki>. To escape, surround the text in the editor with <nowiki><nowiki> and </nowiki></nowiki> tags, HTML-style, like so:
 +
 +<code>
 +The protocol in a url is separated from the path by a colon and two slashes, for example:
 +http:<nowiki>//</nowiki>sdf.org
 +</code>
 +
 +This should render as:
 +
 +The protocol in a url is separated from the path by a colon and two slashes, for example:
 +http:<nowiki>//</nowiki>sdf.org
 +
   * leading a line by two spaces renders the line as //"code"((Additional [[doku>syntax#code_blocks|Code Blocks]] are mentioned in the DokuWiki [[doku>syntax#formatting_syntax|Formatting Syntax]] section.))//, so you can replace delineation around code that is meant for user to type, such as quotes or some other markup, with two spaces, like so:   * leading a line by two spaces renders the line as //"code"((Additional [[doku>syntax#code_blocks|Code Blocks]] are mentioned in the DokuWiki [[doku>syntax#formatting_syntax|Formatting Syntax]] section.))//, so you can replace delineation around code that is meant for user to type, such as quotes or some other markup, with two spaces, like so:
  
porting_existing_tutorials_to_the_wiki.txt · Last modified: 2022/04/26 22:41 by hc9