You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to remove headers as described in #154 and #153.
What did you expect to happen
That headers will be removed in the generated markdown files.
What happened
The headers were not removed in the generated markdown files. I might be missing some parameters in the schema or the arguments but cannot seem to find the cause of this.
From my understanding, this part of the markdown below should be removed if this is working properly:
What did you do
I tried to remove headers as described in #154 and #153.
What did you expect to happen
That headers will be removed in the generated markdown files.
What happened
The headers were not removed in the generated markdown files. I might be missing some parameters in the schema or the arguments but cannot seem to find the cause of this.
From my understanding, this part of the markdown below should be removed if this is working properly:
---- HEADER -----
Branches Schema
Example.
---- HEADER -----
What's your environment
Do you have example files:
For this schema
I'm getting following Markdown when running
jsonschema2md -d docs -o docs/md -h false
Branches Schema
Example.
Branches Type
object
(Branches)Branches Properties
string
integer
GlobalID
Global ID.
GlobalID
string
GlobalID Type
string
CreationDate
CreationDate
integer
CreationDate Type
integer
Thanks for the help!
The text was updated successfully, but these errors were encountered: