Skip to content

Commit

Permalink
Restore fixed whitespace after batch in MD
Browse files Browse the repository at this point in the history
Previously, there was a trailing whitespace after the batch. A fixed whitespace is added to restore this rendering.
  • Loading branch information
k-rabe committed Feb 9, 2025
1 parent 65101e0 commit 7208bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% filter md_heading(depth + 1, html_id) -%}
{%- filter replace('\n', '') -%}
{%- if not skip_required and sub_property.property_name -%}
{{ required_badge if sub_property.is_required_property else optional_badge -}}
{{ required_badge if sub_property.is_required_property else optional_badge -}}{{ ' ' }}
{%- endif -%}
{%- if sub_property is deprecated -%}~~ {%- endif -%}
{%- if sub_property.is_pattern_property %}Pattern {% endif %}Property `{% with schema=sub_property %}{%- include "breadcrumbs.md" %}{% endwith %}`
Expand Down

0 comments on commit 7208bcb

Please sign in to comment.