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

commonmark-hs style attributes? #105

Open
not-my-profile opened this issue Jan 1, 2022 · 0 comments
Open

commonmark-hs style attributes? #105

not-my-profile opened this issue Jan 1, 2022 · 0 comments

Comments

@not-my-profile
Copy link

The commonmark-hs library used by pandoc has a very nice attributes extension that allows attributes to be attached to any inline or block elements, e.g:

{.test}
* foo
* bar

attaches the attribute class=test to the list and *test*{#ident} results in <em id="ident">hi</em>.

How difficult would it be to implement the same for Marko?

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