launch icon indicating copy to clipboard operation
launch copied to clipboard

Fix formatting issue in lms_lrs.md

Open InDieTasten opened this issue 5 years ago • 0 comments

The named anchor was moved behind the title, such that the title rendering still applies to the text, otherwise markdown rendering will not apply the correct style and print ### Launch directly into the HTML, instead of generating the h3

After HTML, markdown expects an empty line to switch back to markdown formatting.

InDieTasten avatar Feb 17 '20 10:02 InDieTasten