1The syntax for this plugin is:  ``<text>``.  This is adapted from the markdown markup for code.
2Whatever is included inside the markup will be rendered literally.  This means that no other
3formatting markup will work here.  For instance,``**bold**``  will be rendered as **bold**.
4If you want bold, then the bold has to be placed outside the skip-entity markup:
5    **``bold``**
6 Or else you can acrtivate the 'allow_formats' option.
7
8The initial purpose of this plugin is to by-pass the rendering of entities where required without having to delete
9entities from the configuration files.  But it has a wider usefulness.  Please see the  plugin page at Dokuwiki.org.
10
11A new toolbar item should appear in the toolbar:
12      +-----+
13      |  SE |
14      | <-> |
15      +-----+
16
17Any questions should be raised here on github as an issue.
18
19
20