Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Don't you think that using Pandoc and Haskell is a bit overkill for something that can be done with a single sed command? I don't need to parse any possible Markdown code. I have few markdown files that I've written myself that I need to remove the links from. Commented Jul 20 at 16:53
  • Yeah, hahah, I admit this is overkill for your case (where the headers and links look exactly like this). But I hope it’s useful for somebody else googling “remove links in headers markdown” whose files look different from yours. Commented Jul 20 at 17:02