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
- tags: code-highlighting, jekyll, highlightjs
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.
- 📆 published on: 2017-12-28
- tags: angular, prism.js, code-highlighting
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)
- tags: code-highlighting, highlightjs
An elegant, extendable code highlighter written in pure Ruby.
- tags: code-highlighting, ruby
- source code
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...
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
- tags: code-highlighting, jekyll
- source code
https://github.com/rubychan/coderay
Fast and easy syntax highlighting for selected languages.
- tags: ruby, code-highlighting
- source code
https://github.com/tmm1/pygments.rb
A Ruby wrapper for the Python pygments syntax highlighter.
- tags: ruby, code-highlighting
- source code
https://github.com/jneen/rouge
A pure Ruby code highlighter that is compatible with Pygments.
- tags: ruby, code-highlighting
- source code
https://github.com/isagalaev/highlight.js
Javascript syntax highlighter.
https://github.com/PrismJS/prism
Lightweight, robust, elegant syntax highlighting.
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:
- a wide rang...
- tags: blogging, code-highlighting