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 - 代码高亮组件
- Host: GitHub
- URL: https://github.com/ioing/ioing-components-code-highlight
- Owner: ioing
- Created: 2017-09-02T13:34:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T14:01:43.000Z (over 8 years ago)
- Last Synced: 2025-02-17T11:14:36.405Z (11 months ago)
- Topics: code-highlight, html, js, webcomponents
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)