I hereby claim:
- I am jjarava on github.
- I am jjarava (https://keybase.io/jjarava) on keybase.
- I have a public key ASAEoxKuaoG8uELpI2zx1tiwrh_cHQ0-2a1rqquusi3k1go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Here are 4 examples of a code snippet inserted in differente ways.
Snippet 1: - Using triple back quotes and specifying the language (ref: http://brettterpstra.com/2015/08/24/write-better-markdown/#fenced-code-blocks)
<script type="text/javascript">
(function() {
document.cookie = "COOKIE_NAME=" + encodeURIComponent(Math.random()) + ";path=/;domain=DOMAIN-HERE";
When Marky is fed an HTML fragment that includes the & (ampersand) char, it will choke/stop processing.
While testing my @workflowhq workflow [Emulate Drafts Web Capture Keeping Links][1], I noticed that if the clipboard has an "&" char, the MMD output I get is truncated there. Further testing validated that if the html fragment that is fed to Marky via the "HTML" option (http://heckyesmarkdown.com/go/?html={fragment}&read=1&md=1) contains an ampersand processing stops there.