hagenburger / pimd

PIMD – Processing Instructions for Markdown
https://hagenburger.github.io/pimd-docs/
MIT License
20 stars 5 forks source link

Implement ID plugin #2

Closed hagenburger closed 6 years ago

hagenburger commented 6 years ago

New feature

Either an element or a code block should be able to get an HTML ID.

Example usage

``` html #my-id
<p>Example</p>

``` markdown
# Headline <?: #my-id ?>

Help

In case some hints are needed, here is an example which could be checked against.

hagenburger commented 6 years ago

Implemented by #13.