Oopenvela-robotexternal/cmark-gfm: add latexmath parser
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Merge pull request #330 from ioquatix/patch-1 warning: passing argument 1 of ‘validate_protocol’ discards ‘const’ qualifier from pointer target type | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
external/cmark-gfm: add latexmath parser Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 6 个月前 | |
Restore compatibility with other changes. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Restore compatibility with other changes. | 6 个月前 | |
external/cmark-gfm: add latexmath parser Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 6 个月前 | |
external/cmark-gfm: add latexmath parser Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 6 个月前 | |
Merge pull request #254 from ioquatix/expose-cmark_node_parent_footnote_def Expose cmark_node_parent_footnote_def. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Merge pull request #273 from waldyrious/marker-vs-delimiter Normalize nomenclature: marker row vs. delimiter row | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 | |
Fix bug where tasklist extension was using union in two ways. (#169) The tasklist extension was using the "as" union both as a list (in tasklist.c:parse_node_item_prefix) and as an opaque (in tasklist.c:open_tasklist_item). This meant that strange bugs could occur because the underlying union memory was being overwritten. It manifested when using nested task lists indented by 4 spaces. To fix this, I added the "checked" field to the cmark_list structure. This allows the tasklist extension to use the as.list union member in all its operations. This is appropriate because a tasklist item is a list item in all essentials -- and even shares the CMARK_NODE_ITEM type. | 6 个月前 | |
Fix bug with determining if task is complete & adjust to spec. (#142) * Had incorrect check for whether opaque data meant that the task was complete * The spec says that either an upper or lower case X means the task is complete. | 6 个月前 |