mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
- add data-line attribute to definition lists and lists
- add tests
This commit is contained in:
@@ -116,7 +116,7 @@ module.exports = function definitionListPlugin (md) {
|
||||
|
||||
for (;;) {
|
||||
token = state.push('dd_open', 'dd', 1)
|
||||
token.map = itemLines = [ nextLine, 0 ]
|
||||
token.map = itemLines = [ ddLine, 0 ]
|
||||
|
||||
pos = contentStart
|
||||
max = state.eMarks[ddLine]
|
||||
|
||||
Reference in New Issue
Block a user