I've written this Scratchblocks code in Discuss Scratch:
[scratchblocks]
// scratchblocks in scratch:
hello! :) {how are you?:: sensing} ::#a9103f hat
([#1dfad9]I'm doing great, thanks. [#ef2010]::operators)
[/scratchblocks]
and it looks like this in the preview:
// scratchblocks in scratch: hello! :</span>) {how are you?:: sensing} ::#</span>a9103f hat <br/> ([#</span>1dfad9]I'm doing great, thanks. [#</span>ef2010]::operators)
But to write this exact thing in Snap!, you would have to write this:
[scratchblocks]
// scratchblocks in Snap*!*:
hello! :</span>) {how are you?:: sensing} ::#</span>a9103f hat
<br/>
([#</span>1dfad9]I'm doing great, thanks. [#</span>ef2010]::operators)
[/scratchblocks]
And it looks mutilated, because of the many <span> tags we have to cancel out to prevent linking a profile, hashtag, and/or emojis, as well as separating each block into a different chain with <br/>.
Since " ``` " cancels any formatting like *this* and emojis :) :smile: too
, couldn't you modify the Scratchblocks code to cancel formatting?
Thank you,
- Tethrarxitet