A bug generating html
Here are some lines of the source file:
7. [How to Enable Optional Components](#how-to-enable-optional-components)
...
# How to Enable Optional Components
...
Here are the concording lines in the html target file:
<li><a href="#how-to-enable-optional-components">How to Enable Optional Components</a></li>
...
<h1 id="howtoenableoptionalcomponents">How to Enable Optional Components</h1>
instead of :
<h1 id="how-to-enable-optional-components">How to Enable Optional Components</h1>
I attach the source file
A+
- README.md 67.8 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by fletcher on Jul 19, 2013 @ 03:47 PM
This isn't a bug. It's "user error." ;)
You are using the incorrect anchor point in your link, rather than the one that MMD generates. MMD doesn't include hyphens in automatically generated anchor id's.
FTP
fletcher closed this discussion on Jul 19, 2013 @ 03:47 PM.