Commit b237924585e61532ada774bf9e70eadff00666dc Parent 3acbdf0965859c55fa36c65a4c0e17e92012687c Author Nick Wellnhofer <wellnhofer@aevum.de> Date Sat, 18 Jan 2020 23:12:37 +0100 Use C string instead of chunk for link URL and title Use zero-terminated C strings instead of cmark_chunks without storing the length. This introduces a few additional strlen computations, but overhead should be low. Allows to reduce size of struct cmark_node later.