monarch-initiative / ontogpt

LLM-based ontological extraction tools, including SPIRES
https://monarch-initiative.github.io/ontogpt/
BSD 3-Clause "New" or "Revised" License
576 stars 72 forks source link

Minor formatting issue on https://monarch-initiative.github.io/ontogpt #193

Closed nlharris closed 1 year ago

nlharris commented 1 year ago

Screenshot:

Screenshot 2023-09-04 at 4 54 53 PM

Maybe the three-backtick thing doesn't work inside < details >? or maybe it doesn't work if there are any spaces before it?

The source is in https://github.com/monarch-initiative/ontogpt/edit/main/README.md

nlharris commented 1 year ago

maybe it doesn't work if there are any spaces before it?

That's not the solution -- taking out the initial spaces before the three backticks breaks the whole section. Maybe it's just not possible to nest the backtick yaml block inside a details section.

caufieldjh commented 1 year ago

Fixed - the trick is to have a newline after the summary line and to have no spaces preceding the backticks closing the code section.

nlharris commented 1 year ago

wow, ok, glad you worked that out. i dislike semantically meaningful whitespace.