Commit 3acbdf0965859c55fa36c65a4c0e17e92012687c Parent df7ef9ed7b5f418897df557c9de88eaba2174703 Author Nick Wellnhofer <wellnhofer@aevum.de> Date Sat, 18 Jan 2020 22:27:13 +0100 Use C string instead of chunk for code info and literal Use zero-terminated C strings instead of cmark_chunks without storing the length. The length of code literals will be readded in a later commit. strlen overhead for code info should be negligible. Reduces size of struct cmark_node by 8 bytes.