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

Include does not work #74

Closed
tillepille opened this issue Mar 15, 2021 · 1 comment
Closed

Include does not work #74

tillepille opened this issue Mar 15, 2021 · 1 comment

Comments

@tillepille
Copy link
Contributor

tillepille commented Mar 15, 2021

When trying the example from the readme I encounter an

$ tree .
.
├── disclaimer.md
└── test.md
$ cat test.md
<!-- Include: disclaimer.md -->
<!-- Title: Test -->

# this is a test
file

$ mark <options> --dry-run
ERROR encountered unknown header "Include" line: "<!-- Include: disclaimer.md -->"

Is this due

type Meta struct {
is missing an HeaderInclude?

$ mark -v
5.2.1

does happen with docker container also.

@kovetskiy
Copy link
Owner

Thanks, should be fixed now

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

No branches or pull requests

2 participants