-
I'm using Widdershins to generate a markdown file from my OpenAPI spec, and then using Slate to transform it into a static docs site. I'd like to add an introduction at the start of the HTML. However, using the Is there some way to get |
Beta Was this translation helpful? Give feedback.
Answered by
cocowalla
Oct 6, 2023
Replies: 1 comment 1 reply
-
There isn't at the moment, but it should be quite straightforward to add a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to find a workaround. What I'm doing now is using Widdershins to generate an internal markdown document
api.md
, instead of the root document. Then I hand-coded anindex.md
and useincludes
to include both myintroduction.md
and theapi.md