How to remove anchor links from headers in Markdown?
问题 In Github, when you create an h2 or smaller header (##, ###, ...) there is an anchor link thing that is automatically generated to the right of the header. When you click this anchor, it links you to the page with that header at the top of the page (www.myurl#myheader). Is it possible to remove this anchor? 回答1: You can disable Kramdown's auto-ids option. Depending on how you are using Kramdown, there are a number of ways in which to do so: Command Line If you are using Kramdown from the