<a href="#foo>foo</a>
still nets me #foo
as a tag. Okay, this is gonna be a bit more difficult, and I might have to patch WriteFreely, because I really don't want to do some really weird dance to avoid it becoming a tag.
Or I could just ignore it, and live with a superfluous tag. I mean, the links are rendered properly, as links, pointing where they should be, with no extra classes of formatting done to them. It's just the post, when returned via the API, will have #footnote
listed among the tags, and searching my blog for other posts tagged as such, will return a list of posts that have footnotes.
Maybe the easier thing would be to patch WriteFreely to enable proper footnotes in whatever markdown transformer it uses? Or switch to Postfreely or something that has a CommonMark parser?
But I don't want to switch to a fork.