diff --git a/md4tj_parse.el b/md4tj_parse.el index 55edee3..ff10ab8 100644 --- a/md4tj_parse.el +++ b/md4tj_parse.el @@ -70,13 +70,9 @@ "<" "<" (string-replace ">" ">" line))) - -;; Note: a "block" is the smallest unit of parsing -;; It is normally a line of the code, but can be -;; multiple lines in the case of a block (NI) -(defun md4tj-process-block (codeblock state) - "Process CODEBLOCK with STATE and return html." - (let ((cleanline (md4tj-clean-multiline codeblock))) +(defun md4tj-convert-line-to-html (line state) + "Process LINE with STATE and return html." + (let ((cleanline (md4tj-clean-multiline line))) (concat ;; Beginning of multiline block (cond ((eq state 'beginul) "