Skip to content

Index page does not render Markdown properly #1

@greatislander

Description

@greatislander

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:

  1. Run npm run eleventy.
  2. Navigate to http://localhost:8080.
  3. Inspect the page contents.
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions