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

https://github.com/ioing/ioing-components-code-highlight

IOING - 代码高亮组件
https://github.com/ioing/ioing-components-code-highlight

code-highlight html js webcomponents

Last synced: 8 months ago
JSON representation

IOING - 代码高亮组件

Awesome Lists containing this project

README

          

# IOING - 代码高亮组件



指令

描述




type
html/xml/mathml/svg/js/css/python/ruby/powershell/bash
设定代码语言类型

```html


  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

```
```html

div {
display: flex;
transform: scale([s]);
box-shadow: 0 0 5dp red;
border-radius: 6dp;
}

```
```html

function fn () {
...
}

```

该插件使用 Rrism js 库实现语法高亮,如若添加更多语法支持,请访问这里:[http://prismjs.com/](http://prismjs.com/)