Hey everyone - no idea why, but sometimes the editor does not understand that i want to format my text. Example. If i write * Bulletpoint Mostly it is saved as * Bulletpoint and not in the formatted Version. What´s my failure?
FloWmotion If i write * Bulletpoint
You need two spaces before:
* Bulletpoint
saggi
The editor has a toolbar that makes the most common formatting options available with a mouse click.
Most standard syntax elements are specified here: https://www.dokuwiki.org/wiki:syntax https://www.dokuwiki.org/wiki:syntax#lists
- Michael Sy.
Okay - thanks guys. so 2 more questions:
Do i have to make 2 spaces in front of every command? even if i make space**scpace// it makes no break 🙁
AND - i saw you can use html also - but when i try that - it makes <br> in clear text 🙂
FloWmotion space**scpace//
What do you want to accomplish with that? Dokuwiki will certainly not understand that. Do read https://www.dokuwiki.org/wiki:syntax DokuWiki does not by default support html syntax in its pages. It is possible to activate this for a particular installation, but seeing your difficulty understanding syntax I would strongly advise not to do that right now.