Closed Tuckie closed 9 months ago
I've created a reduced test case illustrating the issue here: https://github.com/Tuckie/middleman-blog-test
Hiya will need to create some Fixtures for this - but as this is Middleman 3 I am not sure it will be top priority - have you tested this with 4 now ?
Looks good in 4 now; feel free to close or add some fixtures, whichever you prefer.
Thanks!
I currently have a blog post with a
.html.md.erb
extension.When attempting to get a link to another page:
I get an incorrect link:
But, if I also include the erb link_to helper:
It works just fine:
Any idea as to why markdown without a link_to doesn't work? This only acts up within blog posts.
I'm currently on middleman (3.4.0) & middleman-blog (3.5.3).
Relevant bit of my
config.rb
: