Skip to content

Instantly share code, notes, and snippets.

View sandrosc's full-sized avatar
🎉
_

Sandro Scheiwiller sandrosc

🎉
_
View GitHub Profile
interface A {
type: 'A';
j: {
k: number;
a: number;
};
}
interface B {
type: 'B';
@sandrosc
sandrosc / index.pug
Created May 14, 2017 21:52
Medium Editor section vs div
p to reproduce just delete all the text and hit back again (so the p-tag gets deleted)
div.wrapper
div.editable
p default div
section.editable
p default section