Stream: IG creation
Topic: markdown in groupings
Jose Costa Teixeira (Jun 15 2021 at 21:57):
I believe the markdown in groupings is supported but seems broken. anyone had any experience with that?
Jose Costa Teixeira (Jun 15 2021 at 21:58):
example:
This is my grouping
**Vaccination related resources**.
These are all resources related to vaccines.
* The vocabulary resources help ensure conformity and data consistency.
* The profile and extensions define the technical specifications.
* A set of examples demonstrates the use of the profile.
it does render the bold text, but not the bullet points
Jose Costa Teixeira (Jun 15 2021 at 21:58):
Vaccination related resources.
These are all resources related to vaccines.
- The vocabulary resources help ensure conformity and data consistency.
- The profile and extensions define the technical specifications.
- A set of examples demonstrates the use of the profile.
Grahame Grieve (Jun 15 2021 at 21:58):
what's a 'groupings'?
Jose Costa Teixeira (Jun 15 2021 at 21:59):
ImplementationGuide.grouping
Grahame Grieve (Jun 15 2021 at 22:00):
rendered where?
Jose Costa Teixeira (Jun 15 2021 at 22:00):
artifacts page
Grahame Grieve (Jun 15 2021 at 22:00):
this looks like a template issue to me; I'm not doing anything with that in the java code
Jose Costa Teixeira (Jun 15 2021 at 22:01):
right. the template does what it should do ({{ grouping_desc | markdownify}} ). not sure why jekyll misses it.
Jose Costa Teixeira (Jun 15 2021 at 22:04):
i'll check this.
Jose Costa Teixeira (Jun 15 2021 at 22:06):
could something be removing line breaks from the text? that would explain it
Grahame Grieve (Jun 15 2021 at 22:08):
could be
Eric Haas (Jun 15 2021 at 22:29):
Where is this in the IG resource?, if is in a resource element then the markdownification is fussy, I use a coded line break to work around...
Jose Costa Teixeira (Jun 15 2021 at 22:31):
in the ig.xml
Eric Haas (Jun 15 2021 at 22:32):
never mind that seems to have been a few version ago....
Last updated: Apr 12 2022 at 19:14 UTC