Hello Fastify experts,
I am using fastify and fastify-swagger for creating OAS-3 (3.0.3) API specification from my schema definition.
I am able to create nice html so embed into it.
However when I am using markup (rich text, like === heading, --- horizontal line etc.) it seems it does not acknowledging it.
May be I am missing something or some other fastify plugin to be added for markup support.
Please help me out, if it's possible.
"fastify": "^3.20.1",
"fastify-swagger": "^4.8.4",
Thanks, Pradip