• 15 Posts
  • 457 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
















  • You can even use Markdown file and convert it dynamically to HTML using javascript through Markdeep by just dropping

    <!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js?"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>
    

    at the end of the markdown file. It makes it dead simple to update using a text editor later on and to host on a static website.