Markdeep: Difference between revisions

167 bytes added ,  6 March 2020
no edit summary
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>