Fix paragraph under blockquote
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ parse :: proc(lines: []string, allocator := context.allocator) -> Token {
|
|||||||
|
|
||||||
if len(line) == 0 {
|
if len(line) == 0 {
|
||||||
if line_index != len(lines) - 1 {
|
if line_index != len(lines) - 1 {
|
||||||
if current_token.parent != nil {
|
for current_token.parent != nil {
|
||||||
current_token = current_token.parent
|
current_token = current_token.parent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user