-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Describe the bug
The index page (https://github.com/sachin10101998/fluidic-11ty/blob/master/src/index.html) does not render its contents properly using Markdown because it has a .html
extension instead of .md
.
To reproduce
Steps to reproduce the behavior:
- Run
npm run eleventy
. - Navigate to http://localhost:8080.
- Inspect the page contents.
- See that the content from
index.html
is not wrapped in a<p>
tag.
Expected behavior
The content of the index page should be rendered into HTML from Markdown.
Additional context or notes
This issue can be resolved by changing the file extension to .md
.
Metadata
Metadata
Assignees
Labels
No labels