Using A Python Markdown Ast To Find All Paragraphs
摘要
In looking for a way to automatically generate descriptions for pages I stumbled into a markdown ast in python. It allows me to go over the markdown page and get only paragraph text. This will ignore headings, blockquotes, and code fences.
欢迎在评论区写下你对这篇文章的看法。