Last week I deployed a change to how I generate plain text versions of content on my website. This week I changed it again. And updated additional post types to use Markdown as their editing and storage format.

https://orangegnome.com/posts/3622/changelog-updated-plain-text-format-and-added-additional-markdown-support

#Html #WebDevelopment #Indieweb #Markdown #BeautifulSoup #Changelog #Microformats #Mistune #Html2Text

Changelog: Updated Plain Text Format and Added Additional Markdown Support | Brent Lineberry

Orange Gnome

In February, I moved my Bookmark/Link content to using Markdown (Commonmark) as the definitively stored content format. Today, I updated that implementation.

https://orangegnome.com/posts/3617/changelog-updated-markdown-storage-and-output-previews-for-bookmarks

#Change #Html #WebDevelopment #WebComponents #Markdown #Pandoc #Pypandoc #Changelog #Microformats #Mf2Py #Mistune

Changelog: Updated Markdown Storage and Output Previews for Bookmarks | Brent Lineberry

In February, I moved my Bookmark/Link content to using Markdown (Commonmark) as the definitively stored content format. Today, I updated that implementation.

Orange Gnome
Word Search Puzzle 222

Word List : #volatize #alien #played #myotonic #mistune #spraith #lawgive #arnaut #scabious #cromorne #bittier #goofer #ramillie #satyrids #aliments #recurred #rebuy #yarding

Kara Finance

Okay, I’ve published the test results here:
https://codeberg.org/scy/python-markdown-roundtrip-test

Summary: If you need to do #Markdown round-trip modifications in #Python (i.e. load a Markdown file into a Python representation, make some changes, save it again, while _only_ changing the parts of the document that you actually touched, not normalize/rewrite it from the ground up), then #mistletoe is what you want to use. #Mistune is a close runner-up, but has its issues. Everything else basically doesn’t work.

python-markdown-roundtrip-test

Testing several Python Markdown libraries for their round-trip capabilities.

Codeberg.org