Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketingPip authored May 23, 2022
1 parent bef57ed commit 3a8d566
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<head>
<title>Add Markdown Tag To Any Website - Markdown Tag <md></title>
<title>Add Markdown Support To Any Website With Ease / Add A Markdown Tag <md></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

Expand All @@ -9,26 +9,36 @@
<github-md>
# Markdown-Tag


<p align="center">
<img height="400" src="https://imgur.com/oQgTNF3.png" />
</p>

<p align="center">
<b> Add a Markdown tag to your HTML </b>
</p>
<p align="center">
Use markdown in HTML with ease!
<p align="center">
</p>


<p align="center">
The easiest way to add Markdown support to your website!

</p>
<br>
<small> <b><i>Show your support!</i> </b></small>
<br>
<a href="https://github.com/MarketingPipeline/Markdown-Tag">
<img title="Star on GitHub" src="https://img.shields.io/github/stars/MarketingPipeline/Markdown-Tag.svg?style=social&label=Star">
</a>
<a href="https://github.com/MarketingPipeline/Markdown-Tag/fork">
<img title="Fork on GitHub" src="https://img.shields.io/github/forks/MarketingPipeline/Markdown-Tag.svg?style=social&label=Fork">
</a>
</p>





# 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 <b><i>Markdown Tag</b></i>:


Add support to any website to use markdown ANYWHERE with a simple tag! Like so -
Expand All @@ -50,7 +60,8 @@



### How to use GitHub Styling

How to use <b><i>Markdown Tag</b></i> with <b>GitHub Styling</b>:

Instead of using a &lt;md> tag use

Expand All @@ -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 <b><i>CommonMark Syntax</b></i>:

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 <b>bottom</b> of your HTML document.

<pre>&lt;script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/Markdown-Tag/markdown-tag-commonmark.js">&lt;/script&gt;</pre>


### How to use GitHub Flavored Markdown Syntax
How to use <b><i>GitHub Flavored Markdown Syntax</b></i>:

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 <b>bottom</b> of your HTML document.

Expand Down

0 comments on commit 3a8d566

Please sign in to comment.