UNPKG
rehype-code-title
Version:
latest (1.0.0)
1.0.0
[Rehype](https://github.com/rehypejs/rehype) plugin to add code title.
rehype-code-title
/
.travis.yml
11 lines
(10 loc)
•
129 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
-
"stable"
install:
- npm install
script:
- npm test
cache:
directories: -
"node_modules"