Comments in Markdown

I believe that all the previously proposed solutions (apart from those that require specific implementations) result in the comments being included in the output HTML, even if they are not displayed. If you want a comment that is strictly for yourself (readers of the converted document should not be able to see it, even with … Read more

What Does This Mean in PHP -> or =>

The double arrow operator, =>, is used as an access mechanism for arrays. This means that what is on the left side of it will have a corresponding value of what is on the right side of it in array context. This can be used to set values of any acceptable type into a corresponding index of … Read more

Tab space in Markdown

I want to use one/multiple Tab space in Markdown. I used, ”    &nbsp”, which is working. But if i want to use multiple Tab space, then MarkDown Document will not look good. I wanted to use like this below, Actual look should be Any other alternative for &nbsp