Artifact a846526a824368069b0d8c25793b388cd8845a5d630a63b56041dba031ab2c85:
- File src/markdown_html.c — part of check-in [c8a8d0c94c] at 2022-02-23 09:45:17 on branch markdown-footnotes — Minor refactoring. Move the definition of <code>BLOB_APPEND_LITERAL()</code> macro from <code>markdown_html.c</code> to <code>blob.c</code> so that it could be used outside of <code>markdown_html.c</code>. Also rename it to lowercase for consistency with other API. Within <code>markdown.c</code> use that newly available macro instead of <code>blob_append_string()</code>. Within <code>markdown_html.c</code> use it for footnotes-relevant code. Other invocations of <code>BLOB_APPEND_LITERAL()</code> within <code>markdown_html.c</code> are left intact (they use an alias) in order to simplify the potential merge with the trunk. (user: george size: 25499)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.