bmwcarit / Emma

Emma Memory and Mapfile Analyser. (Repo marked private after security audit. Contact Marian Kneer for details)
GNU General Public License v3.0
4 stars 0 forks source link

Change tripple colons code blocks to fenced code (doc) #15

Closed holzkohlengrill closed 4 years ago

holzkohlengrill commented 4 years ago

Since GitHub does not understand code blocks with indentation and tripple colons like

:::bash
echo "blah"

::bash
echo "blah"

it is desirable to change all code blocks in the documentation to fenced markdown code:

echo "blah"

We have to check if the html generation is affected by this change.

holzkohlengrill commented 4 years ago

@KGergo88 could you test the html output with the current state of branch doc-code-block-double-colons?

On this commit please: 8b39953d1154b630c1968239cf45b3ca704d80e0