Age | Commit message (Expand) | Author |
2014-11-30 | More man page improvements. | John MacFarlane |
2014-11-30 | Make the man pages standard groff man rather than mdoc. | John MacFarlane |
2014-11-30 | Fixed bug in splitting arguments in make_man_page.py. | John MacFarlane |
2014-11-30 | Create man 3 page without markdown intermediary. | John MacFarlane |
2014-11-30 | Added blank line in comment. | John MacFarlane |
2014-11-30 | cmark.h: Use C89 comments. | John MacFarlane |
2014-11-30 | Renamed cmark_parser_push -> cmark_parser_feed. | John MacFarlane |
2014-11-29 | Annotated cmark.h with some markdown headers etc. for man page. | John MacFarlane |
2014-11-29 | Push parser interface | Nick Wellnhofer |
2014-11-28 | Framework for using doxygen to generate API docs. | John MacFarlane |
2014-11-28 | Removed cmark_free_nodes from public API. | John MacFarlane |
2014-11-28 | Renamed identifiers in public API: | John MacFarlane |
2014-11-28 | Remove outdated public short name macros | Nick Wellnhofer |
2014-11-25 | Replaced cmark_debug_print with cmark_render_ast. | John MacFarlane |
2014-11-25 | Rename NODE_STRING -> NODE_TEXT. | John MacFarlane |
2014-11-23 | Do not distinguish btw fenced and indented code in AST. | John MacFarlane |
2014-11-23 | Revert "Revert "Remove distinction btw atx and setext header in AST."" | John MacFarlane |
2014-11-22 | Revert "Remove distinction btw atx and setext header in AST." | John MacFarlane |
2014-11-22 | Remove distinction btw atx and setext header in AST. | John MacFarlane |
2014-11-22 | Renamed NODE_BQUOTE -> NODE_BLOCK_QUOTE. | John MacFarlane |
2014-11-22 | Make parser accept a char* | Nick Wellnhofer |
2014-11-22 | Make render_html return a char* | Nick Wellnhofer |
2014-11-19 | Accessors for start_line, start_column, end_line | Nick Wellnhofer |
2014-11-19 | Accessors for link titles | Nick Wellnhofer |
2014-11-19 | Accessors for fence info | Nick Wellnhofer |
2014-11-19 | Accessors for list data | Nick Wellnhofer |
2014-11-19 | Accessors for header level | Nick Wellnhofer |
2014-11-19 | Rename {get|set}_content to {get|set}_string_content | Nick Wellnhofer |
2014-11-19 | Add cmark_node_insert_after to cmark.h | Nick Wellnhofer |
2014-11-18 | Add node constructor and accessors to the public API | Nick Wellnhofer |
2014-11-17 | Store link labels as children in tree structure | Nick Wellnhofer |
2014-11-17 | Move public stuff from node.h to cmark.h | Nick Wellnhofer |
2014-11-17 | Remove old node_block and node_inl | Nick Wellnhofer |
2014-11-17 | Switch cmark_node_inl over to cmark_node | Nick Wellnhofer |
2014-11-17 | Switch cmark_node_block over to cmark_node | Nick Wellnhofer |
2014-11-16 | Added some basic functions for traversing/editing blocks in AST. | John MacFarlane |
2014-11-16 | Export enums for inline, block types, list and list delim types. | John MacFarlane |
2014-11-16 | Moved MAX_LINK_LABEL_LENGTH out of public header. | John MacFarlane |
2014-11-16 | Removed CMARK_CODE_INDENT, CODE_INDENT from public header. | John MacFarlane |
2014-11-16 | We don't need to include stdbool in the public header. | John MacFarlane |
2014-11-16 | Moved inline/block-making functions to ast.h. | John MacFarlane |
2014-11-16 | cmark_render_html now just returns a regular C string. | John MacFarlane |
2014-11-16 | Moved AST details from public header cmark.h to private ast.h. | John MacFarlane |
2014-11-16 | Rename include guards for consistency and to avoid reserved identifiers | Craig Barnes |
2014-11-15 | Don't expose append_inlines. | John MacFarlane |
2014-11-15 | Expose lower-level parsing API. | John MacFarlane |
2014-11-14 | Use cmake's generate_export_header. | John MacFarlane |
2014-11-13 | Added cmark_append_blocks, exposed more functions. | John MacFarlane |
2014-11-13 | Removed ast modules, moved these defs back to cmark.h. | John MacFarlane |
2014-11-13 | Make basic functions in cmark.h visible. | John MacFarlane |