1.2.27 • Published 6 months ago

@fluid-topics/ft-code-highlight v1.2.27

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

A code highlighter using the highlightjs library.

Install

npm install @fluid-topics/ft-code-highlight
yarn add @fluid-topics/ft-code-highlight

Usage

import { html } from "lit"
import "@fluid-topics/ft-code-highlight"

function render() {
    return html` <ft-code-highlight language="python">import json
    json.dumps({"a": 2})</ft-code-highlight> `
}
1.2.27

6 months ago

1.2.26

6 months ago

1.2.25

6 months ago

1.2.24

6 months ago

1.2.23

6 months ago

1.2.22

6 months ago

1.2.21

6 months ago

1.2.20

6 months ago

1.2.19

7 months ago

1.2.17

7 months ago

1.2.16

7 months ago

1.2.15

7 months ago

1.2.14

7 months ago

1.2.13

7 months ago

1.2.12

7 months ago

1.2.11

8 months ago