Code Blocks on Tumblr from Journey
Publishing to Tumblr from Journey (https://journey.cloud/). I want to be able to do code blocks.
A code block (hmm Journey calls them "pre") initiated with backtick backtick backtick. How does this appear on Tumblr?
Linebreaks?
{
"type": "json",
"the square brackety thing": [
{
"first": 1
},
{
"second": 2
},
{
"third": 3
}
]
}
Let's find out how Tumblr handles pre!
---
So: looks like the lines inside the pre became blocks with font "Chat", and each line (even in the JSON) became separate blocks.
---
... The JSON whitespace gets squished (╯°□°)╯︵ ┻━┻












