acdlite / acdlite/jquery.sidenotes
Notes inside of a definition list are misplaced
Đang mở
- Ngôn ngữ chính
- CoffeeScript
- Star
- 77
- Fork
- 12
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Because the code walks up to the level of the post to find the pivot element, notes on a definition list don't line up with the correct term.
Markdown:
```
TERM_1
: definition
: definition
TERM_2
: definition
: definition [^note]
[^note]: This aside is placed above the entire list (i.e. before TERM_1),
instead of next to this definition.
```
Within the list, the html is flat:
```
- TERM_1
- definition
- definition
- TERM_2
- definition
- definition
```
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á.