Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 662 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 662 Bytes

lint

blog.munieru.jp

source code for blog.munieru.jp

Features

Code block label

```javascript
const message = 'Hello World'
console.log(message)
```
<div data-label="index.js">
```javascript
const message = 'Hello World'
console.log(message)
```
</div>

Color code preview

`#F44336`

Symbols

Circle

<span
  class="jp-munieru-blog-symbol-circle"
  style="background-color: #F44336;"
></span>