# MDxt MarkdDown eXTended MDxt is an extended markdown format. Though not a strict superset of [gfm], MDxt supports most of its features. You can read more about it [here](#gfm-compatibility) Many features of MDxt require proper style sheets and script files. I highly recommend you use MDxt with a dedicated [web framework](https://github.com/baehyunsol/engine). If you wanna know more about MDxt, see these articles. - [Reference] - [API Doc] ## GFM compatibility [GFM] is a Github-flavored markdown format, which is one of the most widely used markdown extension. MDxt can read most gfm documents, but the output is different. (ex: unlike gfm, code spans are rendered to ``.) It doesn't support some of gfm's syntaxes. (ex: indented code blocks, setext headings, and a few more) I won't make any compatibility layers for gfm (ex: GFM <-> MDxt converter). Because some elements are impossible to convert to GFM formats. They require `