ESCOMP / CCPPStandardNames

Repository for community-accepted CCPP Standard Names and search tools
Other
3 stars 16 forks source link

Need to apply text-to-link conversion rules in Markdown generation #54

Closed nusbaume closed 5 months ago

nusbaume commented 7 months ago

Github applies a set of text conversion rules to markdown header text when converting it into a link.

The markdown generation script converts standard name dictionary sections into markdown headers and header links, but doesn't apply these conversion rules, which can result in broken links. Thus the write_standard_name_table.py script should be modified to apply those rules when writing the markdown file.