Skip to content

Instantly share code, notes, and snippets.

@jonikarppinen
Last active March 28, 2026 12:30
Show Gist options
  • Select an option

  • Save jonikarppinen/47dc8c1d7ab7e911f4c9 to your computer and use it in GitHub Desktop.

Select an option

Save jonikarppinen/47dc8c1d7ab7e911f4c9 to your computer and use it in GitHub Desktop.
How to comment out stuff in Markdown on GitHub?

Comments in GitHub flavour of Markdown

As answers to this Stack Overflow question reveal, using <!--- and ---> or <!-- and --> works (view source by clicking "Raw"):

Inline comments

How about commenting out <!--- just ---> a part of one line?

If you know of a way, please show me how by cloning this Gist, or commenting below!

Update 2019

As several commenters pointed out, for inline commenting <!-- a normal html comment --> now works.

You can't see this:

Btw, wow, I created this gist in 2014 and only now became aware of the discussion and that it's the top Google hit for markdown comments github. 👍

@SiddharthShyniben
Copy link
Copy Markdown

@kasperosterbye Nice find! I'm guessing it has something to do with PHP or XML?

@thewhitegrizzli
Copy link
Copy Markdown

@kasperosterbye nice thanks what i was actually looking for

@thewhitegrizzli
Copy link
Copy Markdown

@kasperosterbye and I have no clue why I don't rly care hahahahha thks! cheers

@benkoshy
Copy link
Copy Markdown

<!---
your comment goes here
and here
-->

Cutting and pasting the SO answer, for easy reference.

@kolakode
Copy link
Copy Markdown

For whole line and multiline comments, this tweak of Rowe's suggestion appears to work for mdcat, VS Code, Gist preview, and online markdown editors I've tried:

[this is a one line comment]: #
   [  it's ok to have 1, 2, or 3 leading spaces  ]: #
but anything else before [ or ]: # after would unhide the comment
as would indenting it 4 or more spaces.

[
this is a
    multiline
comment
]: #

[   as is this compact version
    with no space between `:` and `#`
]:#

  [
    it too can have the `[`
    indented up to 3 spaces
        other line can be indented more
  ]: #

Indenting the [ bracket of the comment 4 or more spaces will make the line be rendered as a pre-formatted block and make the comment visible. Personally, I like the compact version better than the <!-- ... --> for multiline comments, but this trick isn't supported by most syntax highlighters.

@amenity
Copy link
Copy Markdown

amenity commented Sep 6, 2022

Thank you so much @jonikarppinen 🤗 !! Here's hoping Github (along w/ Slack & Zenhub, plz) make their markdown more standard/vanilla/usable so we can all be productive at work.

<!--cc/ @jonikarppinen, in case your two Github handles are not the same. :upside_down_face: -->

@A-Kiwams
Copy link
Copy Markdown

A-Kiwams commented Sep 7, 2022

Works simple

@GoelDarpan
Copy link
Copy Markdown

GoelDarpan commented Oct 9, 2023

Need help - dotnet/docfx#9285

@sienna-jeong
Copy link
Copy Markdown

Is there a keyboard shortcut to do it?

@wxnnvs
Copy link
Copy Markdown

wxnnvs commented Feb 27, 2024

@a-pav
Copy link
Copy Markdown

a-pav commented Apr 18, 2024

I just used this trick in a comment where I thought some details I've wrote might be unnecessary but at the same time I didn't want lose those details, and, I might actually need those in a follow up comment. So I commented them out, now I have access to those by pressing Edit mwahahaha :))

@mfaccin
Copy link
Copy Markdown

mfaccin commented Aug 12, 2024

@ThorondorManwe
Copy link
Copy Markdown

ThorondorManwe commented Aug 27, 2024

Let's see...

Normal text

Markdown comment
Markdown comment text

Normal text


MOre text

@matu3ba
Copy link
Copy Markdown

matu3ba commented Apr 10, 2025

Github comments aka common markdown most portable solution according to https://stackoverflow.com/questions/4823468/comments-in-markdown

(empty line)
[This is a comment]::

Syntax <!--- just ---> is for regular html comments.

Hopefully we get eventually a better standard including strict conforming implementations instead of the markdown mess.

@Big-jpg
Copy link
Copy Markdown

Big-jpg commented Jun 25, 2025

It is still the #1 result on Google in June 2025, turns out simple and accurate information is what people want. huh, who knew!

@hindiworkindia-cpu
Copy link
Copy Markdown

The Samagra ID Download service provided by Government of Madhya Pradesh ensures secure access to identity details. It helps users keep a digital record for easy use in government schemes and services.

@hindiworkindia-cpu
Copy link
Copy Markdown

With Aadhaar Download, users can easily keep a soft copy of their identity card on their mobile or computer. This helps in situations where carrying a physical Aadhaar card is not possible or convenient.

@hindiworkindia-cpu
Copy link
Copy Markdown

Samagra Portal is a very useful online platform that helps citizens access government schemes and services easily. It provides a centralized database for family and individual records, ensuring transparency, efficiency, and proper distribution of benefits to eligible beneficiaries across the state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment