Anchor links in blog post

Is there a way to add anchor links in a blog post? The method I’m using works as expected in the Editor Preview, but doesn’t seem to do anything on the published page. In this example, it’s a recipe post and I want the user to be able to skip past my inane ramblings and just get to the recipe.

Sample post is here and the first link is ‘jump to recipe’

Just looking at the browser inspector and the Headings act differently, which is why they’re behaving differently. So, does anyone know how to do markdown anchors when the heading looks as it does on the live site?

Screen Shot 2021-03-07 at 3.52.03 PM

Screen Shot 2021-03-07 at 3.52.22 PM

Ok, answering my own question. I forgot you can add html to markdown posts so I copied <h3 id="recipe">RECIPE</h3> intead of using ### Recipe and that did the trick.
Maybe that’s useful to someone else as well…

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.