Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsonschema2md
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fork
jsonschema2md
Commits
0675479a
Commit
0675479a
authored
7 years ago
by
Lars Trieloff
Browse files
Options
Downloads
Patches
Plain Diff
Fixes #46 for headers
parent
4154e7d9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/docs/definitions.schema.md
+1
-1
1 addition, 1 deletion
examples/docs/definitions.schema.md
spec/examples/definitions.schema.md
+1
-0
1 addition, 0 deletions
spec/examples/definitions.schema.md
templates/md/header.ejs
+1
-1
1 addition, 1 deletion
templates/md/header.ejs
with
3 additions
and
2 deletions
examples/docs/definitions.schema.md
+
1
−
1
View file @
0675479a
...
...
@@ -25,7 +25,7 @@ Bre-
aks.
>
Everything is better with a quote.
>
Everything is better with a quote.
| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In |
...
...
This diff is collapsed.
Click to expand it.
spec/examples/definitions.schema.md
+
1
−
0
View file @
0675479a
...
...
@@ -27,6 +27,7 @@ aks.
> Everything is better with a quote.
| Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In |
|----------|------------|--------|-------------------|-----------------------|------------|
| Can be instantiated | Yes | Experimental | Forbidden | Permitted |
[
definitions.schema.json
](
definitions.schema.json
)
|
...
...
This diff is collapsed.
Click to expand it.
templates/md/header.ejs
+
1
−
1
View file @
0675479a
...
...
@@ -12,7 +12,7 @@
```
<%
=
schema.description.replace(/\n/g, '\n\n') %>
<%
-
schema.description.replace(/\n/g, '\n\n') %>
<%= table %>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment