xah talk show ep705 markdown cnVzt
xah talk show ep705 19143
Video summary (ai generated, human verified)
This video is a coding session in Emacs Lisp, focusing on converting between HTML and Markdown.
The creator explains what Markdown is, its history, and its widespread use, including Microsoft's documentation (1:20).
They then try to implement their own Markdown to HTML conversion function in Emacs Lisp, demonstrating how to handle headings and lists (21:00).
After facing some challenges and fixing bugs in their own code, they briefly attempt to use an existing Emacs Lisp package for HTML to Markdown conversion but encounter issues with its functionality (48:00).
The video concludes with the creator demonstrating the limitations of the external package and reflecting on the complexity of handling all Markdown features.