Skip to content

bash.xml: Enable multiline comments and RST documentation

Example:

#!/bin/bash
<<'#BLOCK-COMMENT'
[===[.rst:

Script Documentation
--------------------

Here is **possible** to use `RST`_ markup to provide a script _documentation_…

]===]
#BLOCK-COMMENT

echo 'Script code goes here…'

Merge request reports