ice-zjchen / remark-codeset

Transform sets of code blocks in markdown to tablist in html (new node type, rehype compatible)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remark-codeset

Adds syntax to parse sets of code blocks in markdown. Transforms them to tablist.

Live demo: https://codepen.io/ice-zjchen/full/dybevYP

Intro

This repository contains the following projects:

Syntax

~~~codeset
```html
<div>Hello CodeSet</div>
```

```css
div {
  font-size: 32px;
}
```

```js
console.log('I am remark-codeset');
```
~~~

About

Transform sets of code blocks in markdown to tablist in html (new node type, rehype compatible)

License:MIT License


Languages

Language:JavaScript 100.0%