#
Markdown Plus Documenetion
- [Navigation](#navigation) - [Custom elements](#custom-elements) - [center element support](#center-element-support) - [list](#list) - [dot list](#dot-list) - [number list](#number-list) - [empty checkbox list](#empty-checkbox-list) - [checked checkbox list](#checked-checkbox-list) - [csv table](#csv-table) - [output element](#output-element) - [output with command](#output-with-command) - [output without command](#output-without-command) - [output with custom lang](#output-with-custom-lang) - [youtube embed (width 400)](#youtube-embed-width-400) - [badges](#badges) - [Example files](#example-files) ## Navigation mdp: `$nav` md: - [Center heading](#center-heading) - [navigation](#navigation) - [Include the first one.](#include-the-first-one) - [Do not include the first one.](#do-not-include-the-first-one) - [min heading](#min-heading) - [output with command](#output-with-command) - [output without command](#output-without-command) - [output with custom language](#output-with-custom-language) - [csv table](#csv-table) - [dot list](#dot-list) - [number list](#number-list) - [empty checkbox list](#empty-checkbox-list) - [checked checkbox list](#checked-checkbox-list) - [youtube embed (width 400)](#youtube-embed-width-400) - [connect badges](#connect-badges) - [github badge (`for-the-badge` style)](#github-badge-for-the-badge-style) - [email badge (no custom options)](#email-badge-no-custom-options) - [website badge (`for-the-badge` style and custom color)](#website-badge-for-the-badge-style-and-custom-color) - [buymeacoffee badge (no custom options)](#buymeacoffee-badge-no-custom-options) - [github status badges](#github-status-badges) - [profile views badge (no custom options)](#profile-views-badge-no-custom-options) - [github stats embed (with `show_icons=true` and `rank_icon=github` options)](#github-stats-embed-with-show_iconstrue-and-rank_icongithub-options) - [github top langs embed (with `layout=compact` option)](#github-top-langs-embed-with-layoutcompact-option) - [custom badge](#custom-badge) ### Do not include the first one. mdp: `$nav false` md: - [Center heading](#center-heading) - [navigation](#navigation) - [Include the first one.](#include-the-first-one) - [Do not include the first one.](#do-not-include-the-first-one) - [min heading](#min-heading) - [output with command](#output-with-command) - [output without command](#output-without-command) - [output with custom language](#output-with-custom-language) - [csv table](#csv-table) - [dot list](#dot-list) - [number list](#number-list) - [empty checkbox list](#empty-checkbox-list) - [checked checkbox list](#checked-checkbox-list) - [youtube embed (width 400)](#youtube-embed-width-400) - [connect badges](#connect-badges) - [github badge (`for-the-badge` style)](#github-badge-for-the-badge-style) - [email badge (no custom options)](#email-badge-no-custom-options) - [website badge (`for-the-badge` style and custom color)](#website-badge-for-the-badge-style-and-custom-color) - [buymeacoffee badge (no custom options)](#buymeacoffee-badge-no-custom-options) - [github status badges](#github-status-badges) - [profile views badge (no custom options)](#profile-views-badge-no-custom-options) - [github stats embed (with `show_icons=true` and `rank_icon=github` options)](#github-stats-embed-with-show_iconstrue-and-rank_icongithub-options) - [github top langs embed (with `layout=compact` option)](#github-top-langs-embed-with-layoutcompact-option) - [custom badge](#custom-badge) ### min heading mdp: `$nav true 2` md: - [Center heading](#center-heading) - [navigation](#navigation) - [Include the first one.](#include-the-first-one) - [Do not include the first one.](#do-not-include-the-first-one) - [min heading](#min-heading) - [output with command](#output-with-command) - [output without command](#output-without-command) - [output with custom language](#output-with-custom-language) - [csv table](#csv-table) - [dot list](#dot-list) - [number list](#number-list) - [empty checkbox list](#empty-checkbox-list) - [checked checkbox list](#checked-checkbox-list) - [youtube embed (width 400)](#youtube-embed-width-400) - [connect badges](#connect-badges) - [github badge (`for-the-badge` style)](#github-badge-for-the-badge-style) - [email badge (no custom options)](#email-badge-no-custom-options) - [website badge (`for-the-badge` style and custom color)](#website-badge-for-the-badge-style-and-custom-color) - [buymeacoffee badge (no custom options)](#buymeacoffee-badge-no-custom-options) - [github status badges](#github-status-badges) - [profile views badge (no custom options)](#profile-views-badge-no-custom-options) - [github stats embed (with `show_icons=true` and `rank_icon=github` options)](#github-stats-embed-with-show_iconstrue-and-rank_icongithub-options) - [github top langs embed (with `layout=compact` option)](#github-top-langs-embed-with-layoutcompact-option) - [custom badge](#custom-badge) ## Custom elements ### `
` element support You can use the `
` tag to center your text. It's not a part of Markdown, but some renderers like Github .mdb: ```html
Some text
``` md:
Some text
### list list element `content` #### dot list .mdp: ```html John Doe Jane Smith Mike Johnson 27 ``` .md: - John - Doe - Jane - Smith - Mike - Johnson - 27 #### number list .mdp: ```html John Jane Mike ``` md: 1) John 2) Jane 3) Mike #### empty checkbox list .mdp: ```html John Jane Mike ``` md: - [ ] John - [ ] Jane - [ ] Mike #### checked checkbox list .mdp: ```html John Jane Mike ``` md: - [X] John - [X] Jane - [X] Mike ### csv table .mdp: ```html Name,Surname,Age John,Doe,25 Jane,Smith,30 Mike,Johnson,27 ``` .md: | Name | Surname | Age | | --- | --- | --- | | John | Doe | 25 | | Jane | Smith | 30 | | Mike | Johnson | 27 | ### output element #### output with command mdp: ```html Hello ``` md: ```bash gh@repo:/$ echo Hello Hello gh@repo:/$ █ ``` #### output without command mdp: ```html Deneme ``` md: ```bash gh@repo:/$ Deneme gh@repo:/$ █ ``` #### output with custom lang mdp: ```html Hello ``` md: ```python gh@repo:/$ echo Hello Hello gh@repo:/$ █ ``` ## youtube embed (width 400) `$ytembed R2dqWt81lxo` [](https://www.youtube.com/watch?v=R2dqWt81lxo) ## badges ### github badge (`for-the-badge` style) `$github sanalzio style=for-the-badge` [](https://github.com/sanalzio) ### email badge (no custom options) `$email sanalzio@duck.com` [](mailto:sanalzio@duck.com) ### website badge (`for-the-badge` style and custom color) `$website sanalzio.github.io darkred style=for-the-badge` [](https://sanalzio.github.io) ## buymeacoffee badge (no custom options) `$buymeacoffee sanalzio` [](https://buymeacoffe.com/sanalzio) ## github status badges ### profile views badge (no custom options) `$views sanalzio` ![profile views](https://komarev.com/ghpvc/?username=sanalzio&) ### github stats embed (with `show_icons=true` and `rank_icon=github` options) `$stats sanalzio true rank_icon=github` ![My GitHub Stats](https://github-readme-stats.vercel.app/api?username=sanalzio&show_icons=true&rank_icon=github) ### github top langs embed (with `layout=compact` option) `$toplangs sanalzio compact` ![My top langs](https://github-readme-stats.vercel.app/api/top-langs/?username=sanalzio&layout=compact) ## custom badge `$badge Hello-World! darkred style=for-the-badge` ![custom badge](https://img.shields.io/badge/Hello-World!-darkred.svg?&style=for-the-badge) ## Example files [**example .mdp file**](https://github.com/sanalzio/markdown-plus/blob/master/example.mdp) [**converted example file**](https://github.com/sanalzio/markdown-plus/blob/master/example.md)