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

Feature: support for GFM anchors #60

Open
mindplay-dk opened this issue Sep 30, 2015 · 0 comments
Open

Feature: support for GFM anchors #60

mindplay-dk opened this issue Sep 30, 2015 · 0 comments

Comments

@mindplay-dk
Copy link

Support for GFM-style auto-generated anchor-tags is missing - for example, ## Opinionated in GFM generates a <a> tag with an auto-generated name attribute, e.g.:

<h2>
    <a id="user-content-opinionated" class="anchor" href="#opinionated" aria-hidden="true">
        <span class="octicon octicon-link"></span>
    </a>
    Opinionated
</h2>

Is support for GFM deliberately partial in Ciconia?

If so, it might be a good idea to clarify this in the documentation - I got the impression that GFM was fully-supported, but it appears to be partial? It would be good to list in the README not just which features are supported, but which ones are unsupported.

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