Posts

Markdown to HTML converters

https://markdowntohtml.com/ which I use regularly seems to trip up on quite a few markdown code segments which Chrome markdown extension handles well. So I am considering some alternate markdown to HTML converters. https://stackedit.io/  - Can copy-paste markdown code in left pane (is not so obvious that you can do so), To export as HTML (with plain HTML template), the StackEdit logo (has ‘#’ in it) Toggle sidebar button has to be clicked to reveal the import/export menu commands. https://dillinger.io/  - Has an Export as HTML button https://spec.commonmark.org/dingus/ - Seems good but may trip up on enhanced markup. Gem: “CommonMark is a strict, standardized specification of base Markdown. It will absolutely trip up on enhanced markup like tables or footnotes because those are not part of the core CommonMark spec.” https://devplaybook.cc/tools/markdown-preview/ - Chinese but may be worth checking out and https://codebeautify.org/markdown-to-html  - Seems...

HTML Refresher and Detailed Study - Part 16

Last updated on 26 June 2026 Post series: Part 1 ,     Prev Part (15) ,     Post Series TOC Contents (sections and/or jump links) Stage-8: Polishing tutorial chat app and creating support documentation In setupWebPush ask for notification permission only if not already granted About page: Intro About page as blog post - external link - will not get offline-cached About Page: (Discussion only) Fetching HTML from Blogger blog post using fetch will hit CORS problem About Page: (Discussion only) Fetching HTML from GitHub Pages static JSON site will not encounter CORS problem About Page solution that works with offline cache: MPA with About opened in new window and having external link to Details section in blog post Vite npm run preview is SPA server; Vite build config has to include about.html Companion blog post having details like procedure for testing app features PWA app opens About page like a modal Cond...