micromark-core-commonmark provides the core CommonMark syntax support for the micromark Markdown parser. This package focuses on implementing the essential block and inline elements defined in the CommonMark specification, ensuring consistent and predictable Markdown parsing. It excludes extensions or non-standard features, allowing for a foundational parser upon which custom functionality can be built by other packages. This isolation promotes modularity and control over Markdown processing.