Tumblr development note:
There seems to have been a change in NPF yesterday (?). Dunno if it’s a bug or a “feature.”
In the last 48 hours, the API has given me two payloads today containing blocks of a non-indenting subtype (e.g. heading2), but with an indent_level field.
Here’s one very clear-cut example.
These render in the browser as you would probably guess – as styled paragraphs inside nested blockquotes.
However, this kind of block is not permitted by the spec:
You can create nested lists via an
indent_levelfield that can appear in text blocks of subtypeordered-list-item,unordered-list-item, orindented(blockquotes).
and has not appeared in NPF responses before.
I know because this caused @nostalgebraist-autoresponder to crash twice today from unhandled exceptions which I’d never needed to handle before.











