the tilde syntax is easier to read with html code block than normal markdown

This commit is contained in:
Jeepler 2015-09-27 00:51:30 +02:00
parent 75b7c3658c
commit df467baf1c

View File

@ -35,6 +35,7 @@ Things needs/recommended to be done:
- create own favorites menu (currently standard XFCE menu isn't modified to use per-VM subsections, which makes it very inconvenient): - create own favorites menu (currently standard XFCE menu isn't modified to use per-VM subsections, which makes it very inconvenient):
1. create \~/.config/menus/favorites.menu, example content: 1. create \~/.config/menus/favorites.menu, example content:
~~~
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
@ -55,5 +56,6 @@ Things needs/recommended to be done:
<Filename>untrusted-firefox.desktop</Filename> <Filename>untrusted-firefox.desktop</Filename>
</Include> </Include>
</Menu> </Menu>
~~~
2. add it to the panel: right click on panel, "add new items", select "XFCE menu", choose custom menu file - just created one 2. add it to the panel: right click on panel, "add new items", select "XFCE menu", choose custom menu file - just created one