Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly support include tag and --incremental behaviour #20

Open
1 task done
paolobrasolin opened this issue Jan 11, 2022 · 0 comments
Open
1 task done

Properly support include tag and --incremental behaviour #20

paolobrasolin opened this issue Jan 11, 2022 · 0 comments
Assignees

Comments

@paolobrasolin
Copy link
Owner

Is there an existing issue for this?

  • I have searched the existing issues

Original problem

I'm unable to split pages containing math into multiple parts using import, as aliases get ignored in the included files.

Proposed solution

We definitely need to support the include tag (thus enabling --incremental behaviour too -- see documentation)

Alternatives considered

Right now monkeypatching https://github.com/jekyll/jekyll/blob/1aea1580c193c271b8cc083607105da363af358f/lib/jekyll/tags/include.rb#L174-L177 seems to be the simplest way.

Additional context

This problem emerged trying to support @jonsterling in #19 for his jonsterling/math

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant