FHIR Chat · URL issue · IG creation

Stream: IG creation

Topic: URL issue


view this post on Zulip Alex Goel (Mar 08 2022 at 14:52):

Hi, I'm struggling to get a URL link to an example I've created to work here: https://build.fhir.org/ig/HL7/ihe-sdc-ecc-on-fhir/dataextraction.html#list-item-responses-lir I'm trying to point it at this resource: https://github.com/HL7/ihe-sdc-ecc-on-fhir/blob/main/fsh-generated/resources/Observation-SDCeCCObservationCodeLIR.json but the markdown text is appearing on the webpage

See example: [SDCeCCObservationCodeLIR](Observation-SDCeCCObservationCodeLIR.html)

view this post on Zulip Grahame Grieve (Mar 08 2022 at 19:44):

where are you putting the link?

view this post on Zulip Lloyd McKenzie (Mar 08 2022 at 19:48):

Link is in a .md page file - and looks correct syntactically

view this post on Zulip Lloyd McKenzie (Mar 08 2022 at 19:48):

You can see the source by traversing the github link above.

view this post on Zulip Grahame Grieve (Mar 08 2022 at 19:52):

then it's a jekyll issue?

view this post on Zulip Lloyd McKenzie (Mar 08 2022 at 19:55):

I don't know. Maybe?

view this post on Zulip Grahame Grieve (Mar 08 2022 at 19:56):

what if you remove the '-'?

view this post on Zulip Jose Costa Teixeira (Mar 08 2022 at 20:20):

I think the issue is in your markdown containing an xml tag

view this post on Zulip Jose Costa Teixeira (Mar 08 2022 at 20:22):

the url should work fine, and this is no bug in Jira - what is happening is that your markdown here
https://github.com/HL7/ihe-sdc-ecc-on-fhir/blob/main/input/pagecontent/dataextraction.md?plain=1#L23

view this post on Zulip Jose Costa Teixeira (Mar 08 2022 at 20:22):

has a tag <ListItemResponseFields>

view this post on Zulip Jose Costa Teixeira (Mar 08 2022 at 20:22):

and that confuses the markdown parser

view this post on Zulip Jose Costa Teixeira (Mar 08 2022 at 20:23):

@Alex Goel just put the quotes around <ListItemResponseFields>and it should be fine
(check the source of this post to see what quotes I mean because I don't know how to escape the quotes here

view this post on Zulip David Pyke (Mar 08 2022 at 20:31):

or change them to &lt and &gt

view this post on Zulip Alex Goel (Mar 09 2022 at 15:15):

Screen-Shot-2022-03-09-at-10.05.56.png &lt and &gt made

&lt ListItemResponseFields &gt

not show up on local in the html

Same using single quotes.

"\<ListItemResponseFields\>"

this worked! I pushed the change and the link appears correctly now

view this post on Zulip Alex Goel (Mar 09 2022 at 15:15):

Thanks everyone!

view this post on Zulip Jose Costa Teixeira (Mar 09 2022 at 15:37):

it's an xml tag, hence the suggestion to use backticks


Last updated: Apr 12 2022 at 19:14 UTC