Post B0t2I5l4Pb70ACebya by morgan3d@mastodon.gamedev.place
 (DIR) More posts by morgan3d@mastodon.gamedev.place
 (DIR) Post #B0t2I5l4Pb70ACebya by morgan3d@mastodon.gamedev.place
       2025-12-03T03:56:36Z
       
       0 likes, 0 repeats
       
       To celebrate 10 YEARS (!) of beautiful markdown documents with Markdeep, I made a new website!https://casual-effects.com/markdeep/Same attention to hand-crafted code, 100% data privacy, client-side processing, and text-based obsession.New fancy CSS styles, support for more editors and markdown features, and new browser compatibility tricks for a seamless document experience.This kicks off a month of new Markdeep feature releases to ring in the new year and the next decade of Markdeep.#markdown
       
 (DIR) Post #B0t2I6vO4ixVmUUMhE by chbmeyer@digitalcourage.social
       2025-12-03T08:35:19Z
       
       0 likes, 0 repeats
       
       Hello @morgan3d ,I recently found your posting and I'm absolutely amazed of Markdeep!I like the idea of Markdown and your implementation is IMO just the right way to use it.Two questions:1. I tried to include it in a Moodle courses textarea. Sadly Markdeep formats the whole moodle course instead of just the single textarea, I want to be formated. Is there a way to tell Markdeep some limits? (e.g. a specific html-tag ID, a CSS class or some special Markdeep-codemarks?)2. I found https://casual-effects.com/gamejam/babybat/index.html, and under "4. Mechanics" there is a bullet list. What happens in the point "Controls" under "One tap = one flap"? The list is broken, it is is displayed in the first hierarchy, instead of the second, and "Energy" is kicked out, it has a "-" (hierarchy 0?) instead of a bullet. Is it a bug?
       
 (DIR) Post #B0t2I7ycAD8P2n0SMi by morgan3d@mastodon.gamedev.place
       2025-12-03T23:26:08Z
       
       1 likes, 0 repeats
       
       @chbmeyer You can run Markdeep in different modes. For working with a LMS I recommend using "HTML" mode. In that mode Markdeep will only process within <markdeep> tags.You can also run in "script" mode and explicitly invoke the markdown renderer from JavaScript to have full control.