A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aviatesk/atom-markdown-cell-highlight below:

aviatesk/atom-markdown-cell-highlight: Highlight markdown code cells in :atom:

atom markdown-cell-highlight package

A simple package to highlight code cells in markdown files; this can be useful, for example, when editing Weave files in Juno or using Hydrogen's rich (multi) language document feature, etc.

To install:

λ apm install markdown-cell-highlight

You can have custom styles (i.e. custom colors, mostly) via your stylesheet:

.atom/styles.less

// style for cell body
.line.markdown-cell-highlight {
  background: @whatever-color-you-want-for-cell-body;
}
// style for cell gutter
.line-number.markdown-cell-highlight {
  background: @whatever-color-you-want-for-cell-gutter;
}

This package is under MIT License.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4