GitbookIO / kramed

A markdown (kramdown compatible) parser and compiler. Built for speed. (Fork of marked)
MIT License
223 stars 47 forks source link

Identical headings output identical id's #27

Open emilbayes opened 8 years ago

emilbayes commented 8 years ago

The following Markdown will produce <h1> with identical ids. Maybe an internal counter should be kept:

Implementation
============

Implementation
============
<h1 id="implementation">Implementation</h1>
<h1 id="implementation">Implementation</h1>