Markdown-Tag icon indicating copy to clipboard operation
Markdown-Tag copied to clipboard

[Feature Request / Suggestion]: Support code syntax highlighting for GFM

Open jcubic opened this issue 3 years ago • 1 comments

Suggestion / Feature Request

It would be nice to have support for syntax highlighting:


```javascript
function foo() {
}
```

as

function foo() {
}

You can use PrismJS for that. You can use it as an external dependency that need to included on the page.

jcubic avatar May 26 '22 11:05 jcubic

This is actually on the to-do list! If you are willing you are willing to take a jab at adding current support - feel free. But waiting to see if another user is willing to commit their fork. As I do believe it has this feature already! :)

Thank you for your input tho @jcubic

ps; happy friday!

MarketingPip avatar May 27 '22 09:05 MarketingPip

@jcubic - this request has been fulfilled. Keep posted to the repo to see the reflected changes on all version's!

Sorry for any delay & hoping you had a great weekend :+1:

ps; don't forget to share Markdown Tag with your friends & family etc. :smile:

MarketingPip avatar Aug 28 '22 09:08 MarketingPip

Awesome. Thanks.

jcubic avatar Aug 28 '22 15:08 jcubic