Iyo Block Code Renderer for Scratch
WordPress Plugin for Visualizing Scratch Codes
by Kazuaki Ueda · github.com/kazweda/iyo-block-code-renderer-scratch · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kazweda/iyo-block-code-renderer-scratch/archive/refs/heads/main.zipWordPress Plugin for Visualizing Scratch Codes
Usage
Write Scratch codes within class="scratchblocks".
<code class="scratchblocks">
...
</code>
Notice
- Please change
<or>to<or>manually. - Use
<code>(or<pre>), not<div>. WordPress'swptexturizefilter rewrites plain-text characters like a hyphen surrounded by spaces (-) into a dash character (e.g. an en dash), and it only skips content inside<pre>,<code>,<kbd>, `