similar to: Updated Markdown Test Suite

Displaying 20 results from an estimated 10000 matches similar to: "Updated Markdown Test Suite"

2007 May 09
3
Markdown.pl 1.0.2b8
Download: <http://daringfireball.net/projects/downloads/Markdown_1.0.2b8.tbz> Changes from 1.0.2b7: + Fixed bug with nested raw HTML tags that contained attributes. The problem is that it uses a backreference in the expression that it passes to gen_extract_tagged, which is broken when Text::Balanced wraps it in parentheses. Thanks to Matt Kraai for
2006 Aug 15
2
PHP 5 port of Markdown, plugin-based
Hi, First of all, thanks to John Gruber for the fantastic Markdown syntax and parse/render system. Also, thanks to Michel Fortin for his PHP 4 version of Markdown. Based on those two works, I have completed a **plugin-aware** PHP 5 version of Markdown. You can see it in Subversion here: * <http://solarphp.com/svn/trunk/Solar/Markdown.php> *
2012 Oct 18
4
Trouble with parentheses in Markdown hyperlinks
How can we improve URL detection in Markdown? I posted a question on Stack Overflow and happened to click a URL in my post. To my surprise, it wasn't functional, and it took three different, nonintuitive manipulations before I achieved a functional URL. Stack Overflow says "not my problem", so I'm deferring to Markdown itself. Here's a
2006 Aug 30
1
Markdown.pl 1.0.2b7
Download: <http://daringfireball.net/projects/downloads/Markdown_1.0.2b7.tbz> Changes from 1.0.2b4, the last released version: + Changed shebang line from "/usr/bin/perl" to "/usr/bin/env perl" + Now only trim trailing newlines from code blocks, instead of trimming all trailing whitespace characters. + Fixed bad performance bug in new
2007 Feb 28
7
Showdown -- A javascript port of Markdown
Hi, I've just posted the first public version of Showdown, a full javascript port of Markdown. It's 10KB and works in all major browsers. Try out the sample app: <http://www.attacklab.net/showdown-gui.html> Full source code is available: <http://www.attacklab.net/showdown-v0.9.zip> All the heavy lifting is done by the browser's regular expression engine, so
2007 Nov 03
3
ANN: python-markdown2 -- another Python implementation of Markdown
Hello all, I'm announcing python-markdown2 -- another Python implementation of Markdown. (MIT license.) http://code.google.com/p/python-markdown2/ It should be a drop-in replacement for [markdown.py](http://www.freewisdom.org/projects/python-markdown/). It fixes some issues that I ran into with markdown.py [^1]. I believe that it is faster than markdown.py [^2] and on par or a little
2007 Jul 13
0
Markdown rendering question
Hello, I'm trying to render the following page in markdown: http://lua-users.org/wiki/RiciLake This page was converted into markdown using Aaron Swartz's html2text [1]. And then rendered to HTML using Niklas Frykholm's markdown.lua [2]. Everything works quite nicely... except that under 'Lua Enhancements'... the very first header is not rendered as a header, but as
2012 Jul 18
1
Links in DF's Markdown?
I noticed the markdown used for http://daringfireball.net/projects/markdown/had this: Discussion List <a id="discussion-list" /> --------------- It seems to be a way to associate id's or classes with markdown elements. Is this a standard "best practices"? I've gone a different direction in my use of MD. I have a trivial jQuery stunt that looks for
2012 Jun 16
2
A better guide to Markdown
Hello! Is there a simpler, better designed guide to Markdown than http://daringfireball.net/projects/markdown/ that I can refer my forum users to? Something Googleish-looking. Or do forum owners usually end up having to write their own guides? Thank you! Mikkel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 23
2
No Markdown in <div>s or <table>s ?
>From http://daringfireball.net/projects/markdown/syntax#html: > Note that Markdown formatting syntax is not processed within block-level > HTML tags. E.g., you can?t use Markdown-style *emphasis* inside an > HTML block. [...] Unlike block-level HTML tags, Markdown syntax is > processed within span-level tags. How do people work around this when they want to apply Markdown to text
2011 Aug 05
1
uniform type indicator
this is fascinating: > http://daringfireball.net/linked/2011/08/05/markdown-uti i don't know (and don't care about) any possible significance of such a pronouncement on a "uniform type indicator", but i think that it's interesting that gruber has decided to make _any_ type of statement on markdown, with the big moves now underfoot, and doubly so when he chooses to
2010 May 03
5
New parser-based Markdown implementation for Java
Markdowners, just a short heads-up to a newly released Markdown implementation: "pegdown" (http://github.com/sirthias/pegdown) implements a Java Markdown-to-HTML processor based on a PEG parser with the grammar being based on John MacFarlanes C implementation "peg-markdown". pegdown uses "parboiled" (http://www.parboiled.org) for the actual parsing work and, as
2006 Apr 03
0
New to Markdown, Suggestion . . .
So, this is my first post, greeting, yada, yada. By way of background, I'm a law student/former DC IT consultant and soon-to-return to the IT field. Don't ask me why I went to law school, I have forgotten--and I am not certain it was a good choice. I ran across Markdown only recently, although I have always favored ASCII as the impervious format. I'm also polishing my Python skills,
2006 Jun 05
0
Markdown.pl development?
Hi. Is it just me or is there an elephant in here? </tongue-in-cheek> The official Markdown homepage (http://daringfireball.net/projects/markdown) offers the 18-month-old version 1.0.1 as a download, and the Dingus page purports to be run on a version 1.0.2b6 - which seems to offer pretty much the same functionality as the old 1.0.1 version. My question is: Is there any active development
2011 May 11
0
Markdown-Discuss Digest, Vol 97, Issue 6
True, this is no prose, and true too there is no code yet, but I appreciate the effort, as someone who tries to get a herd of writers with some tabular data to include the data in the text. The alternative being, in fact, as heavy as implementing a database repository for the tables and including ugly imports in the markdown text. For now, I am using Michel Frotin's PHP Markdown Extra, which
2013 Mar 19
2
Using Markdown locally
Markdown is a fantastic program (which I am sure you already know). It saves me a lot of time. Currently, I use the dingus located at: http://daringfireball.net/projects/markdown/dingus However, I am trying to set one up just like that, locally - on my own system, without having to use that one (wasting the bandwidth, and having to switch to the site every time to use it). I am running Ubuntu.
2012 Apr 10
2
where are the worthwhile markdown dingi?
where are the worthwhile markdown dingi? (dinguses?) i'm interested in any dingus that can take a "reasonable" amount of text -- let's say anything up to a megabyte -- and return the results in real-time, without a long wait... ideally it'd handle something more than gruber-minimum, and an a.p.i. (that'd take a u.r.i. as input) would be dandy... bonus points for
2010 Dec 15
3
my scala markdown implementation
Hi, I have written my own implementation of markdown in Scala. I only later realized there is already one ( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some work into mine and I think it is never bad to have alternatives, so I wanted to release it anyway. I want to use the same BSD License as the original markdown, but before I put it out into the wild I wanted to ask
2007 Jun 09
1
Blosxom + Markdown problem: randomised email links break RSS, Atom
As described here, "Markdown will... perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots" on automatic email address links like <rwhe at ludism.org>. http://daringfireball.net/projects/markdown/syntax#autolink I have had a problem with my RSS feed for months, where certain entries would refresh every hour or
2007 May 21
0
PHP Markdown 1.0.2b8 & Extra 1.1.3b1
Bug fixes for PHP Markdown & Extra, available as beta version for now. You can download them from these URLs. <http://www.michelf.com/docs/projets/php-markdown-1.0.2b8.zip> <http://www.michelf.com/docs/projets/php-markdown-extra-1.1.3b1.zip> One noticeable change in these releases is that PHP Markdown now outputs numeric character references for escaped characters (like