Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: md array items heading #258

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

okngneer
Copy link
Contributor

Array items are missing html_id in markdown template.
This results in links generated at render time like autogenerated_heading_2
Meanwhile, array type property links to the correct html_id of the item.

For example, in "examples_md_default/array.md"
root > fruits has [fruits items](#fruits_items)
but a few lines down this is the corresponding items section ## <a name="autogenerated_heading_2"></a>1.1. root > fruits > fruits items

@dblanchette dblanchette merged commit 8e5481d into coveooss:main Aug 30, 2024
5 checks passed
@okngneer okngneer deleted the fix/md-array-items-heading branch August 30, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants