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

MultiMarkdown.pl Emits Duplicate HTML IDs #19

Open
theory opened this issue Jan 15, 2013 · 0 comments
Open

MultiMarkdown.pl Emits Duplicate HTML IDs #19

theory opened this issue Jan 15, 2013 · 0 comments

Comments

@theory
Copy link
Contributor

theory commented Jan 15, 2013

Given this Markdown in a file named try.mmd:

Foo

---

8.2 Foo
-------

When I run MultiMarkdown try.mmd, it emits:

<h2 id="foo">Foo</h2>

<h2 id="foo">8.2 Foo</h2>

Note the duplicate IDs. This is a no-no in HTML, of course.

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