Closed marcel-goldschen-ohm closed 3 months ago
hey @marcel-goldschen-ohm, thank you for reporting this in. This is intentional because our Markdown component explicitly hides the headers for the plugin description:
This only applies to H1 headers, so you could get your headers to show up by updating your README.md
to use H2 ##
instead of #
Thanks @codemonkey800 , I'll switch to H2 headers.
Description
Compare napari hub page (https://www.napari-hub.org/plugins/napari-cosmos-ts) with pypi (https://pypi.org/project/napari-cosmos-ts/) or GitHub (https://github.com/marcel-goldschen-ohm/napari-cosmos-ts) pages. The "Description" in the napari hub page pulls in the README.md from GitHub/pypi, but it ignores all of the section titles (e.g., napari-cosmos-ts, Install, Update, Run, User Guide). Is there a way to get the napari hub description to see those titles too, as without them the description is a bit confusing.
Expected Results
I expected the README.md file to generate a napari hub description including the section titles.