Why is the code markup I’m using in my posts not displaying correctly?

If code samples contain delimited asterix symbols, this pattern is parsed as processing instructions by Asciidoctor.

Specify :compat-mode: true to disable processing in code blocks.

:compat-mode: Example
= Blog Title
:compat mode: true
    `egrep '\(\ *\)\ *\{' /var/log/nginx/*`

If :compat-mode: was not specified here, the code sample would render like this:

egrep '\(\ \)\ *\{' /var/log/nginx/

See the AsciiDoctor Migration Guide for more information about :compat-mode:.

results for ""

    No results matching ""