azu / azu/gitbook-plugin-include-codeblock

slide syntax should support `[import:1]`

Aperta
#69 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
feature-proposal
Lingua principale
JavaScript
Stelle
40
Fork
25
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Currently, support following patterns.

```
All: [import, hello-world.js](../src/hello-world.js)
1-2: [import:1-2, hello-world.js](../src/hello-world.js)
2-3: [import:2-3, hello-world.js](../src/hello-world.js)
2>=: [import:2-, hello-world.js](../src/hello-world.js)
<=3: [import:-3, hello-world.js](../src/hello-world.js)
```

We want to add following pattern:

```
1: [import:1, hello-world.js](../src/hello-world.js)
```

It is a alias of that

```
1: [import:1-1, hello-world.js](../src/hello-world.js)
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.