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

General HTML attributes #299

Open
ijean opened this issue Sep 10, 2018 · 2 comments
Open

General HTML attributes #299

ijean opened this issue Sep 10, 2018 · 2 comments
Labels
Feature Feature request

Comments

@ijean
Copy link

ijean commented Sep 10, 2018

Hello

is it possible to use html attributes (like in Pandoc) ? For example:

[some_url](description){rel="nofollow" id="mmm"}

or

![alt_text](img_src){id="mmm" class="xyz" width="200" height="300"}

Thanks

@mirumirumi
Copy link

@trentm
This feature request would be extremely common for a library that handles markdown, but why hasn't anyone responded?

For example, "Python-markdown" has a similar functionality: it can be used to create a markdown file.
Attribute Lists
https://python-markdown.github.io/extensions/attr_list/

Is there any reason not to implement it?
If not, is PR welcome?

Thanks!

@nicholasserra nicholasserra added the Feature Feature request label Jul 11, 2022
@nicholasserra
Copy link
Collaborator

PRs are welcome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature request
Projects
None yet
Development

No branches or pull requests

3 participants