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

markdown: reports incorrect location when unsupported feature is used #24

Closed
edwintorok opened this issue Oct 12, 2014 · 2 comments
Closed

Comments

@edwintorok
Copy link

$ cat >x.md <<EOF
aaaa
bbbb

dddd

EOF

lambdoc says: The document uses an unsupported feature (Html_comment). and highlights the first line in the source, but the unsupported feature is used on line 4 actually.

@darioteixeira
Copy link
Owner

This is a know issue: the current version of OMD does not record location information.

@darioteixeira
Copy link
Owner

The resolution is the same as that of issue #25: Since commit f59a2ae, there is now a Lamblite parser that handles both Markdown and Wiki syntaxes, bypassing OMD altogether, and having proper support for location information.

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