diff --git a/index.html b/index.html index 4be59dd..583ca1c 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ -Add Markdown Tag To Any Website - Markdown Tag <md> +Add Markdown Support To Any Website With Ease / Add A Markdown Tag <md> @@ -9,26 +9,36 @@ # Markdown-Tag -

-

- Add a Markdown tag to your HTML -

-

-Use markdown in HTML with ease! -

-

+ + +

+ The easiest way to add Markdown support to your website! -

+
+ Show your support! +
+ + + + + + +

-# How to use +## Example and usage + +You can view a demo of Markdown Tag in use [here.](https://marketingpipeline.github.io/Markdown-Tag) + + +How to use Markdown Tag: Add support to any website to use markdown ANYWHERE with a simple tag! Like so - @@ -50,7 +60,8 @@ -### How to use GitHub Styling + +How to use Markdown Tag with GitHub Styling: Instead of using a <md> tag use @@ -64,14 +75,14 @@ This script uses Showdown to render Markdown - to read about the Showdown's Markdown syntax style click [here](https://github.com/showdownjs/showdown/wiki/Showdown's-Markdown-syntax) -### How to use CommonMark Syntax +How to use CommonMark Syntax: If you wish to use [CommonMark](https://spec.commonmark.org/current/) syntax instead of Showdown's use this [script](https://github.com/MarketingPipeline/Markdown-Tag/blob/main/markdown-tag-GitHub.js) instead of the one above at the bottom of your HTML document.
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Markdown-Tag/markdown-tag-commonmark.js"></script>
-### How to use GitHub Flavored Markdown Syntax +How to use GitHub Flavored Markdown Syntax: If you wish to use [GitHub Flavored Markdown Spec](https://github.github.com/gfm/) syntax [script](https://github.com/MarketingPipeline/Markdown-Tag/blob/main/markdown-tag-Github.js) instead of the other script's above at the bottom of your HTML document.