Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Cyclical {% include %} causes crash #41

@cthos

Description

@cthos

Say I have 2 markdown files: md1.md and md2.md.

md1.md contains

# My Cool header

{% include md2.md %}

and md2.md contains

# I just want to watch the world burn.

{% include md1.md %}

This situation creates an infinite loop and crashes the editor.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions