Skip to content

Jekyll Tag "include" #220

@almondtools

Description

@almondtools

I tried a snippet found at https://github.com/vsch/flexmark-java/wiki/Usage#include-markdown-and-html-file-content with a markdown file containing {% include ... %}.

JekyllTagExtension.TAG_LIST was empty, so debugged into the code and found out that in my case the JekyllTagInlineParser is used. Here I find the line if (!listIncludesOnly || tagName.equals("includes")) while JekyllTagBlockParser uses the line if (!listIncludesOnly || tagName.equals("include")).

I am not familiar with Jekyll (I only want to use the include feature), yet it seems suspicious to me that one parser uses include and another uses includes. Besides ``{% includes ... %}` is not handled properly (nothing is included).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions