Comments #32
lvansnippenburg
started this conversation in
Ideas
Replies: 1 comment
-
|
Just in case: Here is the plain version in a codeblock: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WHen trying to use markdown in the flow of knowledge, thoughts, annotations and final writing, comments should also be considered. Work is reviewed (or should be reviewed by co-workers and supervisors. MS Word has nice features for this, but who wants to use Word? Looking around for comments in markdown I found several workarounds, of which I found one promising. Here is a piece of markdown discussing the options and a possible good workaround that mimics what we know from Word. Please note that as some text is in comments, it will not be shown in the Preview of Github and you'll have to switch to display raw text.
Comments in markdown
The easiest is to just use HTML comments like this: . Of course you see nothing in the preview, as the comment is not rendered, which is great.
A second method it to create it as a markdown comment, with empty lines before and after it.
A third alternative might be to put the comment in square brackets, again this option doesn't work when the comment is inline.
So of these options the HTML comment option seems to be the best!
Please let me know if you have any further questions, but I guess we have all used the MS Word function for remarks.
Kind regards,
Leo
Beta Was this translation helpful? Give feedback.
All reactions