Markdeep: Difference between revisions
No edit summary |
|||
Line 5: | Line 5: | ||
==Getting Started== | ==Getting Started== | ||
See [https://casual-effects.com/markdeep/#getstarted getting started] and [https://casual-effects.com/markdeep/features.md.html feature demo]. | See [https://casual-effects.com/markdeep/#getstarted getting started] and [https://casual-effects.com/markdeep/features.md.html feature demo]. | ||
==Customization== | |||
===Disabling the footer=== | |||
Add this before you load the script | |||
<pre> | |||
<style> | |||
.markdeepFooter * { | |||
display: none!important; | |||
} | |||
</style> | |||
</pre> |
Latest revision as of 18:24, 6 March 2020
Markdeep (website) is a markup language similar to markdown.
Your source is processed into HTML using their javascript.
Repo.
Getting Started
See getting started and feature demo.
Customization
Add this before you load the script
<style> .markdeepFooter * { display: none!important; } </style>