summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 01:03:14 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 01:58:58 +0200
commit89312d7c5c0723427c3b95e863538a7c2a1885a5 (patch)
treebc783bbd2c7c4e937bc0ae8734dbe5879577892e /doc
parentb61f6087f392029b7c34d449a1188632379fa474 (diff)
downloadbcfg2-89312d7c5c0723427c3b95e863538a7c2a1885a5.tar.gz
bcfg2-89312d7c5c0723427c3b95e863538a7c2a1885a5.tar.bz2
bcfg2-89312d7c5c0723427c3b95e863538a7c2a1885a5.zip
doc: Disable code highlighting of unknown/invalid languages
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/packages.txt6
-rw-r--r--doc/unsorted/vim_snippet.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index 2fe71f895..eea6c6659 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -213,7 +213,7 @@ something like this:
Packages plugin to add recommended packages by adding the
:xml:attribute:`SourceType:recommended` attribute, e.g.:
- .. code-block:: xml
+ .. code-block:: none
<Source type="apt" recommended="true" ...>
@@ -222,9 +222,9 @@ something like this:
setting the :xml:attribute:`SourceType:essential`
attribute to *false*:
- .. code-block:: xml
+ .. code-block:: none
- <Source type="apt" essential="false" ...>
+ <Source type="apt" essential="false" ...>
Yum sources can be similarly specified:
diff --git a/doc/unsorted/vim_snippet.txt b/doc/unsorted/vim_snippet.txt
index 4598b5c1d..537bb00a2 100644
--- a/doc/unsorted/vim_snippet.txt
+++ b/doc/unsorted/vim_snippet.txt
@@ -13,7 +13,7 @@ that allow quick composition of bundles and base files.
#. Install it using the install instructions (unzip snipMate.zip -d ~/.vim or equivalent, e.g. $HOME\vimfiles on Windows)
#. Add the following to ``~/.vim/snippets/xml.snippets``
- .. code-block:: cl
+ .. code-block:: none
# Bundle
snippet <Bundle