FHIR Chat · Markdown question · committers

Stream: committers

Topic: Markdown question


view this post on Zulip Eric Haas (Mar 28 2016 at 07:46):

I would like a reference to the markdown syntax used in the build. ( i.e. Github or other version) specifically trying to escape a url link see file:///Users/ehaas/Documents/build/publish/bodyweight.html summary description. 'http<i></i>://loinc.org' doesn't seem to get the job done

view this post on Zulip Grahame Grieve (Mar 28 2016 at 07:57):

build uses gruber syntax see

view this post on Zulip Grahame Grieve (Mar 28 2016 at 07:57):

https://daringfireball.net/projects/markdown/syntax

view this post on Zulip Eric Haas (May 29 2016 at 01:53):

My code block is not rendering correctly. The " and <> are being displayed as html character codes. I thought that markdown took care of that.?

view this post on Zulip Grahame Grieve (May 29 2016 at 09:54):

it depends on what surrounds them. Have you read the rules about this on daringfireball.org?

view this post on Zulip Eric Haas (May 31 2016 at 22:53):

apparently not well enough I will try again

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 00:24):

I'm trying to add a bullet list into an Operation's documentation and its not working as I would have expected.
I've tried the syntax from here:
https://daringfireball.net/projects/markdown/syntax#list
Which is just "* " at the start of new lines, and not coming through.

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 00:24):

The server SHOULD return all resources that it has that are:
* in the encounter compartment for the identified encounter (have a reference to the encounter),
* referenced by the standard extenstion for associating an encounter (where no reference element exists)
http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter
* any other reason that the server believes the resource is relevant to the context of the encounter (internal reasons)
* and any resource referenced from those, including binaries and attachments.

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 00:26):

I noticed that it converted it to the bullet list here ;)

view this post on Zulip Grahame Grieve (Jun 16 2016 at 00:26):

is other markdown being processed?

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 00:26):

The paragraph marks are being honoured (2 new lines)

view this post on Zulip Grahame Grieve (Jun 16 2016 at 00:27):

try putting a linge gap before the first

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 00:27):

ok.

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 00:28):

effectively making the list a paragraph block by itself?

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 00:40):

Thanks Grahame, that works a charm.

view this post on Zulip Erich Schulz (Jun 16 2016 at 00:57):

the dark arts of markdown

view this post on Zulip Andy Stechishin (Jun 16 2016 at 01:13):

1. not sure if MD is darkarts, have you ever tried to decifer an RTF file?

1. if this is a numbered list I am pretty sure the basics are working

  • of course without the message box respecting the tab key, it is hard to do a sub-list

view this post on Zulip Andy Stechishin (Jun 16 2016 at 01:14):

got the sub list, not the numbered list

view this post on Zulip Brian Postlethwaite (Jun 16 2016 at 01:15):

(That's even darker arts?)

view this post on Zulip Andy Stechishin (Jun 16 2016 at 01:15):

and then there is TeX ;)

view this post on Zulip Erich Schulz (Jun 16 2016 at 01:19):

mmm @Anders Jensen omg - yes you are right! maybe MD is just a grey art


Last updated: Apr 12 2022 at 19:14 UTC