search for: b2c9d448

Displaying 4 results from an estimated 4 matches for "b2c9d448".

2011 Feb 01
2
Enabeling E-Mail Name
Dear readers, of the Markdown-(Extra)-Discussion list. After including Markdown as the Markup language of choice for my configuration files I stumbled over a feature I was missing: Adding e-mail links with names. I came up with a little hack I want to share with you. Old Syntax: (mailto:$mailadress@$mailhost) New Syntax: (mailto:$mailadress@$mailhost[ My Name) changes: 1) function
2011 Feb 01
1
Email Obfuscation Techniques
.... Even Gruber uses the Hivelogic Enkoder [1]. So, what are people using for obfuscation and are you using any scripting or automation (filter that takes a pass before or after Markdown) to get this into your HTML? [1]: hivelogic.com/enkoder -- arno? s? hautala? ? /-|?? arno at alum.wpi.edu pgp b2c9d448
2011 Jun 06
9
fried fish, available, for free
i've released the first beta of my e-book converter-tool. you are invited to throw stones at it (and at me) if you like: > http://jaguarps.com "beta" is a compromise. i developed it on a mac, so that particular version is solid. but "alpha" would be a better label for the status of the windows and linux versions, so if you have one of _those_ machines, and you
2011 Nov 30
3
Inline HTML legalities
Hi, I'm writing a Markdown Parser in Scheme by porting bits of Markdown.pl. As you're probably aware, the Perl version massages the file into the final output with a number of regexes. In my version I'm trying to use the regexes to detect the starts and ends of the features and then take specific action to emit the final representation. I'm doing it this way because I want to