Why are all my content wrapped in <a></a>? #3878
Closed
andiechu
started this conversation in
Uncategorized
Replies: 1 comment 3 replies
|
Hmmm. That shouldn't happen. Can you share a repo? If not can you make a minimal repo that reprepoduces the problem. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello! I'm new to Eleventy and just started building a site with it.
I'm using LiquidJS to write templates and Markdown to write contents.
But I noticed that each line of the Markdown file somehow is all wrapped in a
<a></a>element, even just a blank line is turned into<a></a>Here's the screenshot:

Using just a super simple template
base.liquid:And the Markdown content page is just one line:
All reactions