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 for CSS classes in markdown #24

Closed
m3t opened this issue Dec 2, 2015 · 5 comments
Closed

Support for CSS classes in markdown #24

m3t opened this issue Dec 2, 2015 · 5 comments

Comments

@m3t
Copy link

m3t commented Dec 2, 2015

Maybe you would like to consider adding the plugin markdown-it-classy.
On the face of it, the plugin does what it's supposed to in my hexo installation.

Example:

- so
- are
- ul tags
{classy}

converts to

<ul class="classy">
    <li>so</li>
    <li>are</li>
    <li>ul tags</li>
</ul>
@celsomiranda
Copy link
Collaborator

I don't really have the time right now to implement new stuff. 😞 I barely have the time to properly maintain it. :/

If someone else would do it, and the proper tests, I'll merge though.

@m3t
Copy link
Author

m3t commented Dec 5, 2015

I'm sorry for that,
but hopefully there's time to have a look at
#27

@celsomiranda
Copy link
Collaborator

I've been trying to fix the remaining bug, but I've not been able to do it. Would prefer to merge when all is good.

@noraj
Copy link

noraj commented Jul 20, 2017

This is not supported by markdown so whit a markdown renderer will do that ?

@stevenjoezhang
Copy link
Member

Closing as not considered part of the current focus.

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

4 participants