andreypopp / andreypopp/reactdown

Documentation errors

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

Mô tả

I found some inaccuracies in the docs (using `1.0.0-alpha14`).

`import {metadata} from './my-document.md'` didn't work for me, instead it was `import {meta} from './my-document.md'`.

Also, using the following config threw an error:

```
directives: {
TwitterFeed: {
render: {
name: 'TwitterFeed',
source: './module/with/directives'
}
}
},
```

But this one seemed to work better:

```
{
directives: {
Thing: {
component: {
source: './components/Thing.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

Đánh giá

Issue này chưa được đánh giá.

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.