| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Looks good to me.
Thanks, you have fixed #299
It would be nice to show or document that Markdown can be used in docs/ directory. For example add the CHANGELOG.md or some other existing *.md file in the toctree of index.rst .
Sorry, something went wrong.
|
@sverhoeven Good suggestion. Personally, I put most markdown files under docs in my projects, because I don't like the root directory to be too stuffed. So, to showcase markdown support, I could do that here as well. Shall we discuss this further in a new issue and merge this? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds the sphinx plugin myst_parser. This allows you to add Markdown files directly to the toclist in index.rst. That way an unnecessary manual transformation step from Markdown to RST is avoided.