Skip to content

Instantly share code, notes, and snippets.

View mburridge's full-sized avatar
🏠
Working from home

Michael Burridge mburridge

🏠
Working from home
View GitHub Profile
@mburridge
mburridge / GitHub Admonitions
Created March 22, 2023 16:13
GitHub Admonitions
> **Note**
> This is a note
> **Warning**
> This is a warning
Caution, Important, Tip are missing
@mburridge
mburridge / block-deprecation-challenge.js
Last active March 13, 2023 16:26
Block deprecation - a tutorial
/**
* block.js
**/
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "create-block/deprecation-example",
"version": "0.1.0",
"title": "Deprecation Example",
"category": "widgets",