FHIR Chat · markdown in groupings · IG creation

Stream: IG creation

Topic: markdown in groupings


view this post on Zulip 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?

view this post on Zulip 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

view this post on Zulip 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.

view this post on Zulip Grahame Grieve (Jun 15 2021 at 21:58):

what's a 'groupings'?

view this post on Zulip Jose Costa Teixeira (Jun 15 2021 at 21:59):

ImplementationGuide.grouping

view this post on Zulip Grahame Grieve (Jun 15 2021 at 22:00):

rendered where?

view this post on Zulip Jose Costa Teixeira (Jun 15 2021 at 22:00):

artifacts page

view this post on Zulip 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

view this post on Zulip 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.

view this post on Zulip Jose Costa Teixeira (Jun 15 2021 at 22:04):

i'll check this.

view this post on Zulip Jose Costa Teixeira (Jun 15 2021 at 22:06):

could something be removing line breaks from the text? that would explain it

view this post on Zulip Grahame Grieve (Jun 15 2021 at 22:08):

could be

view this post on Zulip 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...

view this post on Zulip Jose Costa Teixeira (Jun 15 2021 at 22:31):

in the ig.xml

view this post on Zulip 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