0.13.2 • Published 1 month ago

biglvan v0.13.2

Weekly downloads
7
License
-
Repository
github
Last release
1 month ago

Marketplace Version Installs GitHub code size in bytes GitHub semantic-release Twitter Follow

User code snippets for markdown

Markdown shortcuts

Use markdown shortcuts need to change settings: wiki and bilibili

tab | table

| Names | Age | Cool |
| ----- | :-: | ---: |
| He    | 18  |  Yes |

h1

# H1

h1id

# H1 {#head_1}

h2

## H2

h2id

## H2 {#head_1}

h3

### H3

h3id

### H3 {#head_1}

h4

#### H4

h4id

#### H4 {#head_1}

h5

##### H5

h5id

##### H5 {#head_1}

h6

###### H6

h6id

###### H6 {#head_1}

quo | quote | yinyong

> Coffee. The finest organic suspension ever devised... I beat the Borg with it.
> Captain Janeway

bo

**Bold**

ita

_Italics_

del | delete

~~Delete~~

li | list

1. First ordered list item
2. Another item
3. And another item

uli | ulist

- Unordered list can use asterisks

* Or minuses

- Or pluses

a | link

[link](http://zhanghe.cool 'Link's title')

al | alink

<me.example@example.com>

img | image

![alt text](http://Image's src 'Image's title')

imgwh | imagewh

![alt text](Image's src){:height='36px' width='36px'}

co | code

```markdown
if (isAwesome){
return true
\```

ico | icode

`var example = true`

task

- [ ] This is a complete item

abb

\*[HTML]: HyperText Markup Language

cdngh

https://cdn.jsdelivr.net/gh/user/repo@version/file

cdnnpm

https://cdn.jsdelivr.net/npm/package@version/file

cdnwp

https://cdn.jsdelivr.net/wp/plugins/project/tags/version/file