interagent / prmd

JSON Schema tools and doc generation for HTTP APIs
MIT License
2.1k stars 172 forks source link

fix encoded link anchor at TOC #318

Closed noriaki closed 7 years ago

noriaki commented 7 years ago

Description

In link anchor at TOC, Decode HTML meta characters using build_link_path helper. and, change TOC header from <h1> to <h2>

Motivation and Context / Screenshots

bad

image

good

image

geemus commented 7 years ago

Looks good, could you see about fixing the error on CI? It appears to be related to the changes anyway. Thanks!

noriaki commented 7 years ago

fix it!

I changed it as follows, but I did not change the expected value of the test.

change TOC header from <h1> to <h2>

geemus commented 7 years ago

Great, thanks!