Markdown Document Format Analysis and Structured Parsing of .md Files Using Python
I. Markdown Documents Essentially, a Markdown document is: a tree structure (Block level) + inline structure (Inline level). Block-level elements (structure): Inline-level elements (appear within a line): Patterns in .md file…
