This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
start:syntaxkb [2016/09/01 11:26] andre [Diagrams] |
start:syntaxkb [2016/09/08 08:05] (current) andre [Colored Text] |
||
|---|---|---|---|
| Line 65: | Line 65: | ||
| * The knowledge base does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the config file. | * The knowledge base does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the config file. | ||
| * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much. | * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much. | ||
| + | |||
| + | ==== Colored Text ==== | ||
| + | |||
| + | Code sample: | ||
| + | |||
| + | <code> | ||
| + | <color green>text</color> | ||
| + | <color blue/lightgrey>text</color> | ||
| + | <color #FF0000>text</color> | ||
| + | <color /#FFff00>text</color> | ||
| + | </code> | ||
| + | |||
| + | will create: | ||
| + | |||
| + | <color green>text</color> | ||
| + | <color blue/lightgrey>text</color> | ||
| + | <color #FF0000>text</color> | ||
| + | <color /#FFff00>text</color> | ||
| + | |||
| + | The code supports the [[https://en.wikipedia.org/wiki/X11_color_names#Color_name_chart| X11 color names ]] | ||
| + | |||
| ==== Windows Shares ==== | ==== Windows Shares ==== | ||