azu / azu/gitbook-plugin-include-codeblock

slide syntax should support `[import:1]`

Đang mở
#69 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
feature-proposal
Ngôn ngữ chính
JavaScript
Star
40
Fork
25
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

Start by locating the parser or tests that handle the existing import range forms shown in the issue. Add coverage for [import:1] and verify that it behaves the same as [import:1-1], including the expected included line.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
javascript
Lĩnh vực
tooling
Loại issue
Tính năng
Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Đặc tả rõ ràng
Mức phù hợp với người mới
55/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.