markdown-it-classy icon indicating copy to clipboard operation
markdown-it-classy copied to clipboard

Easily add classes to your markdown

Results 8 markdown-it-classy issues
Sort by recently updated
recently updated
newest added

Notice how the caption is different than the text above. ![Screenshot 2022-05-23 at 23 52 32](https://user-images.githubusercontent.com/4265830/169917498-c04628af-5b4a-49b3-89b8-8e3b94b1b163.png) Source: ```md This is a caption with a [link](#) and **bold** text ![alt](https://via.placeholder.com/1000x500) This...

Hello, The following code: ```markdown ![Alternative text][1] {my-class} [1]: http://www.example.com/image.jpg ``` Gives: ```html ``` While it should give: ```html ``` Unless I am missing something? I tried by putting the...

this plugin is very useful, please support a demo. I don't know how to import css

Fixed issue where if `tokens[numChildren - 1]` was undefined errors occurred and tables fail to render

I integrate markdown-it in my website and it works fine. But when i use this plugin to parse following code, error occurs ``` | | a | b | |...

If I'm not missing something this: ```` [link](#/www.example.com){navigate-left} ```` should be rendered as: ```` link ```` instead it is rendered as: ```` link ````

``` markdown |Num| Name |Time| |:---:|:----------------------:|----:| |1|Mike AIGROZ (11)|08:52:02| |2| Fredrik CRONEBORG (2)|08:52:12| |3|Harry WILTSHIRE (7)|08:55:01| {table} ```

Classy doesn't work on `em` and `strong` tags with markdown-it v5 I'd like to see this plugin integrated in celsomiranda/hexo-renderer-markdown-it#27 - `$ npm list markdown-it` ``` [email protected] [email protected] ``` -...