Skip to content

Instantly share code, notes, and snippets.

@pstuffa
Last active October 24, 2018 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pstuffa/6b45023bbe0dbc1fb3ee7e398bd32784 to your computer and use it in GitHub Desktop.
Save pstuffa/6b45023bbe0dbc1fb3ee7e398bd32784 to your computer and use it in GitHub Desktop.
Fix Your Blocks

Have the blocks disappeared from your profile page? Bl.ocks.org will stop trying to find valid blocks if your last 100 gists don't qualify as a block. If you want to fix it, just create a valid block. (A valid block is defined on the about page.)

<html>
<body>
<svg width='800' height='500'>
<text x='400' y='250' style='text-anchor: middle;'> This is a valid bl.ock </text>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment