Ox.doc: set 'section' to complete line, not just first word
This commit is contained in:
parent
1652cde0ec
commit
b272221020
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Ox.doc = (function() {
|
|||
);
|
||||
}
|
||||
} else {
|
||||
section = tree.line.split(' ')[0]
|
||||
section = tree.line
|
||||
}
|
||||
});
|
||||
return items;
|
||||
|
|
Loading…
Reference in a new issue