this is a demonstration of a bug in github's markdown rendering with tabs.. in code blocks nested under bullets, lines are rendered with an extra leading space character..
- ❌ yukon
alpha alpha alpha alpha alpha- ❌ british columbia
bravo bravo bravo bravo bravo
- ❌ british columbia
- ✅ washington
charlie charlie charlie charlie charlie- ✅ oregon
delta delta delta delta delta
- ✅ oregon
- ✅ baja california
echo echo echo echo echo- ❌ sonora
foxtrot foxtrot foxtrot foxtrot foxtrot
- ❌ sonora
said differently, github is actually mangling the code, which will cause syntax errors in some languages.
the code blocks aren't just aesthetically wrong — they are functionally broken.