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

Support Attrs For The Line Element: -----{#main} → <hr id="main" /> #67

Closed
ilyaigpetrov opened this issue Jun 9, 2018 · 1 comment

Comments

@ilyaigpetrov
Copy link

Example input:

-------{#main-content}

Current output:

<p id="main-content">-------</p>

Expected output:

<hr id="main-content" />

https://jsfiddle.net/pyeqx1aj/

@arve0
Copy link
Owner

arve0 commented Jun 9, 2018

Fixed in v2.2.0.

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