Stream: IG creation
Topic: markdown parsing in kramdown gotchas
Eric Haas (Apr 27 2019 at 16:59):
In the ig publisher the Jekyll markdown flavor is kramdown. They treat tables a bit differently than github markdown and will render as a table anything with a bar e.g : foo|bar
so when editing markdown pages in the ig you need to escape the bar if its not a table for example:
"Example: GET [base]/Condition?patient=[id]&code=[system|code]" needs to be written as
"Example: GET [base]/Condition?patient=[id]&code=[system\|code]"
Last updated: Apr 12 2022 at 19:14 UTC