Skip to content

Latest commit

 

History

History
101 lines (85 loc) · 6.03 KB

code-highlighting.md

File metadata and controls

101 lines (85 loc) · 6.03 KB

Bookmarks tagged [code-highlighting]

https://www.codepedia.org/ama/how-to-insert-and-highlight-code-in-jekyll-blog-post-on-codingpedia-or...

This demo post displays the various ways of inserting and highlighting code in Markdown, when posting on Codepedia.org


https://auralinna.blog/post/2017/code-syntax-highlighting-with-angular-and-prismjs/

I implemented Prism.js based code syntax highlight feature for my blog. This blog post shows how to use Prism syntax highlighter with Angular.


https://ngx-highlight.netlify.com/

Angular syntax highlighting module.


https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md

The table below shows the full list of supported languages (and corresponding classes/aliases)


http://rouge.jneen.net/

An elegant, extendable code highlighter written in pure Ruby.


https://webdesign.tutsplus.com/tutorials/copy-to-clipboard-made-easy-with-clipboardjs--cms-25086

Owing to browser restrictions, adding copy functionality to web pages used to be a real hassle. Most developers had to resort to a library dependant on Flash, like Clippy, for example. Fortunately now...


https://highlightjs.org/

Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It works with pretty much any markup, doesn’t depend on any framework, and has automatic l...


https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers

A pure Ruby code highlighter that is compatible with Pygments - rouge-ruby/rouge


https://github.com/rubychan/coderay

Fast and easy syntax highlighting for selected languages.


https://github.com/tmm1/pygments.rb

A Ruby wrapper for the Python pygments syntax highlighter.


https://github.com/jneen/rouge

A pure Ruby code highlighter that is compatible with Pygments.


https://github.com/isagalaev/highlight.js

Javascript syntax highlighter.


https://github.com/PrismJS/prism

Lightweight, robust, elegant syntax highlighting.


http://pygments.org/

This is the home of Pygments. It is a generic syntax highlighter suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. Highlights are: