Open new window of DokuWiki syntax: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 11: Line 11:
* modify the translation file (UTF-8 without BOM)
* modify the translation file (UTF-8 without BOM)
: inc/lang/en/edit.txt (or inc/lang/zh-tw/edit.txt)
: inc/lang/en/edit.txt (or inc/lang/zh-tw/edit.txt)
''Original code'':
<pre>
<pre>
Original: Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax.
Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax.
Suggest: Edit the page and hit ''Save''. See <html><a href="http://wiki.splitbrain.org/wiki:syntax" target="_blank">syntax</a></html> for Wiki syntax.
</pre>
 
''Modified code'':  
<pre>
Edit the page and hit ''Save''. See <html><a href="http://wiki.splitbrain.org/wiki:syntax" target="_blank">
syntax</a></html> for Wiki syntax.
</pre>
</pre>
: '''Note''': the wiki syntax include in the < html > region will disabled.
: '''Note''': the wiki syntax include in the < html > region will disabled.

Navigation menu