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

Ignore markdown #16

Open
typometre opened this issue May 25, 2015 · 1 comment
Open

Ignore markdown #16

typometre opened this issue May 25, 2015 · 1 comment

Comments

@typometre
Copy link

For markdown file, it would be really useful to have a sort of tag to tell the markdown parser to ignore this part which need to be processed by dokuwiki parser or plugins.
I see the --- front-matter but it seems it can’t be used several times and only on top of the document.
So a spécial tag for this, like a tag for markdown files would be really useful.

@typometre
Copy link
Author

I have found a way which seems to almost work but is problématic.
I surround my dokuwiki or plugin syntax with </markdown>my not markdown synthax<markdown>.
It works as it ends the markdown process and start a new.
But the problem is that footnotes are placed at the end of the first markdown statement and not at the end of the page. So this is not the solution.
Is there a way to deal with this?
As the frontmatter but anywhere we wish in the page to revert only for a moment to dokuwuki syntax.

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

1 participant