Source code highlighting inside table
Posted by
wimalopaan on
URL: https://discuss.asciidoctor.org/Source-code-highlighting-inside-table-tp2681.html
I wonder, if source-highlighting should be possible inside a table like this:
.Tabelle
[cols="asciidoc,>"]
|====
|[source,cpp]
----
int a;
----
| link:test.cc[icon:tags[]]
|====
If I try this I get the source block as verbatim text ...
Any hints?