Where to find scratch blocks renderer (markdown icons) #2215
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
| That file is hardcoded here: extensions/development/builder.js Lines 805 to 810 in 4f6f86a But the important part is that it's a very slightly modified version of https://scratchblocks.github.io/ The only significant change we make is deleting the Scratch 2 code because we don't use that mode | 
Beta Was this translation helpful? Give feedback.
-
| scratch3/blocks.js supports icons: I'm assuming it's the markdown renderer that doesn't? | 
Beta Was this translation helpful? Give feedback.
-
| I think I figured it out so I'll get started on a new branch | 
Beta Was this translation helpful? Give feedback.

That file is hardcoded here:
extensions/development/builder.js
Lines 805 to 810 in 4f6f86a
But the important part is that it's a very slightly modified version of https://scratchblocks.github.io/
The only significant change we make is deleting the Scratch 2 code because we don't use that mode