# # Pandoc doesn't grok or , so convert them # ahead of time. # # Use "$bq" instead of "`" so that pandoc won't mess with it. # s%\([^<(]\+\)()%:c:func:$bq\1$bq%g s%\([^<(]\+\)%:c:func:$bq\1$bq%g s%struct *\([^<]\+\)%:ref:$bqstruct \1$bq%g s%\([^<]\+\)%:ref:$bqstruct \1$bq%g # # Wrap docproc directives in para and code blocks. # s%^\(!.*\)$%DOCPROC: \1%