Hello,
I have a problem with generating bold text in pdf files. It does show in preview (vscode, firefox plugin), but after generating pdf file using asciidoctor, there are no bold texts anywhere (table headers, text). Is there any way to diagnose it?
Source:
== Header
*Title*
My *text* here
.Sample table
[options="headers,autowidth",frame="topbot",grid="all",cols="s,"]
|===
|Parameter|Value
|City|Warsaw
|Name|Krzysztof
|===
PDF:

I use Asciidoctor 2.0.12 and ruby 2.7.2p137
Best regards,
Krzysztof