An open API service indexing awesome lists of open source software.

https://github.com/zachleat/pommel-source

A details/summary plugin to expand and show source code.
https://github.com/zachleat/pommel-source

Last synced: over 1 year ago
JSON representation

A details/summary plugin to expand and show source code.

Awesome Lists containing this project

README

          

# pommel-source

A CSS file to better style a zero-dependency details/summary plugin to expand and show source code.

## Installation

Available on [npm](https://www.npmjs.com/package/pommel-source).

```
npm install pommel-source
```

## Usage

```html

Embed

* { box-sizing: border-box; }

```

### Works with @11ty/eleventy-plugin-syntaxhighlight

```html

Embed
{%- highlight css %}
* { box-sizing: border-box; }
{%- endhighlight %}

```