IBM / marked-it-cli

marked-it-cli
MIT License
5 stars 15 forks source link

[json toc] nested sub-folder paths are not being added to html paths #1

Closed grant-g closed 5 years ago

grant-g commented 5 years ago

Nested sub-folder paths are not being added to html paths. They are there in xml, but not in json. Sample output: https://github.ibm.com/Bluemix-Docs/docs-build-markdown-output2/tree/master/overview

xml: <topic href="whats-new/index.html#whatsnew" label="What&#39;s new in IBM Cloud">

json:

{
    "href": "index.html#whatsnew",
    "label": "What&#39;s new in IBM Cloud",
}
grant-g commented 5 years ago

Fixed, closing.