Skip to content

Instantly share code, notes, and snippets.

@panozzaj
Created July 11, 2013 16:35
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 panozzaj/5977024 to your computer and use it in GitHub Desktop.
Save panozzaj/5977024 to your computer and use it in GitHub Desktop.
documentup issue?
Given this document email_readme.md (equals signs not included):
===========================================
# Sample document
## More Help
Please send any questions or ideas on how this documentation can be improved to <a href="mailto:support@railsthemes.com">support@railsthemes.com</a>. Thanks!
===========================================
I get the following when I run the same script twice in a row:
$ curl -X POST --data-urlencode content@email_readme.md http://documentup.com/compiled > index1.html
$ curl -X POST --data-urlencode content@email_readme.md http://documentup.com/compiled > index2.html
$ diff index1.html index2.html
50c50
< <p>Please send any questions or ideas on how this documentation can be improved to <a href="http://www.cloudflare.com/email-protection#17646267677865635765767e7b64637f727a72643974787a"><span class="__cf_email__" data-cfemail="acdfd9dcdcc3ded8ecdecdc5c0dfd8c4c9c1c9df82cfc3c1">[email&nbsp;protected]</span><script type="text/javascript">
---
> <p>Please send any questions or ideas on how this documentation can be improved to <a href="http://www.cloudflare.com/email-protection#67141217170815132715060e0b14130f020a02144904080a"><span class="__cf_email__" data-cfemail="285b5d5858475a5c685a4941445b5c404d454d5b064b4745">[email&nbsp;protected]</span><script type="text/javascript">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment