I frequently use blocks of code in my asciidoc. The biggest issue I have is that shell commands beginning with '#' (because they use a root's shell) are rendered as comments in the asciidoc. For example:
[source,shell]
----
# firewall-cmd --permanent --new-zone dockerc
----
This make the reading a bit confusing. Is there a way to use a shell piece of code, overriding the 'behaviour' ? Thanks