mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 15:22:06 +02:00
Add support for internal hyperlinks.
This commit is contained in:
@@ -544,7 +544,7 @@ mmdLoadIO(mmd_t *root, // I - Root node for document or `NULL` for a new d
|
||||
block = NULL;
|
||||
continue;
|
||||
}
|
||||
else if (*lineptr == '>' && (lineptr - linestart) < 4)
|
||||
else if (stackptr->parent->type != MMD_TYPE_CODE_BLOCK && *lineptr == '>' && (lineptr - linestart) < 4)
|
||||
{
|
||||
// Block quote. See if there is an existing blockquote...
|
||||
DEBUG_printf(" BLOCKQUOTE (stackptr=%ld)\n", stackptr - stack);
|
||||
|
Reference in New Issue
Block a user