Skip to content

Instantly share code, notes, and snippets.

@spra85
Last active May 18, 2016 14:47
Show Gist options
  • Save spra85/2ce70bb175754a2c7ebd466313aaffdd to your computer and use it in GitHub Desktop.
Save spra85/2ce70bb175754a2c7ebd466313aaffdd to your computer and use it in GitHub Desktop.

Link to article

BEFORE:

<div data-type="image" contenteditable="false" class="onion-image image inline size-big crop-original" data-image-id="9513" data-size="big" data-crop="original" data-format="jpg">
   <div></div>
   <span class="caption"></span>
</div>

AFTER:

<figure>
  <img src="http://i.onionstatic.com/starwipe/9513/original/1920.jpg" />
</figure>
@mparent61
Copy link

These are great, and we'll use them for our unit tests too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment