An iOS Shortcuts tidbit I figured out yesterday: if you start with a piece of HTML as your input, it will be converted by Shortcuts to its internal “Rich Text” data type by default. To send that HTML as HTML to another shortcut or an external service (such as a Micropub endpoint) then you need t...