Displaying 20 results from an estimated 4000 matches similar to: "getting test added to the standard test suite."
2011 Jun 22
3
markdown conversion routines
i am considering writing converters
between my "zen markup language'
and "markdown", but i don't know
which version of markdown to target.
i'd think it'd be the "pandoc" version,
and i understand that to be closest to
"multimarkdown", but gruber has said
he "disagrees" with "almost every part"
of multimarkdown's syntax
2006 Dec 29
3
Leading blank lines in codeblocks ignored?
(In the following I write <tab> because my MUA strips tabs)
Consider the code:
----
Paragraph
<tab>
<tab> Line
<tab>
----
or even:
----
Paragraph
<tab><space>
<tab> Line
<tab>
----
Markdown.pl ignores the leading blank line in the code block.
Is this intended behaviour?
--
Andrea Censi
"Life is too important to be taken
2013 Sep 10
3
newbie seeks repo for markdown
hello, i am looking for advice regarding the best repo from
which to download "markdown" for use on a mac.
on my ubuntu machine i just installed some standard markdown
package with apt-get. but i have not found anything
equivalent for my mac machine.
i am looking for a maintained package from a reputable repo
site that can be automatically installed and upgraded using
the packaging
2011 May 10
13
Proposed table specification (long!)
Gentlefolk,
I have been thinking on Markdown's lack of "proper" table support for a long
while now. Here's where I have arrived...
## I Don't Like HTML Tables
It is often argued that embedded HTML is the way to markdown rich tables.
Unfortunately, this contradicts the higher markdown ideal that a raw
markdown document (including tables!) should be good
1. Firstly for
2011 Aug 10
8
Universal syntax for Markdown
Hi,
because of the great editor "Writer" from Information Architects I've
learned about Markdown and I love it. But it's very confusing, that
there are so many standards with different features: classical
Markdown, Markdown Extra, MultiMarkdown. I think for most users and
the spreading of Markdown it would be nice, to have only one syntax.
And this universal syntax should have
2007 Jan 16
3
Markdown for Wordpress?
Does anyone know which version of Markdown is best for Wordpress? I
see online that there are a few and was wondering which one people
prefer. Also, is there any chance John Gruber will write an official
Markdown plugin for Wordpress, given how popular it's becoming?
--------------------------------------------------------
robdumas at gmail.com
http://obnoxio.us/
2006 Sep 25
4
Tightening the rules for literal `[` and `]` chars in link ids
So here's an interesting bug I just discovered:
[Like this][d]: [here][h].
[d]: foo
[h]: bar
The output here should be:
<a href="foo">Like this</a>: <a href="bar">here</a>.
But instead the output is completely empty. I see this bug in both
Markdown.pl and PHP Markdown.
The problem is that all three lines are being
2011 Jun 06
5
Data loss issue: Adjacent List Types
Esteemed human authors and robotic parse-bots:
I recently discovered that most or all Markdown implementations, including Gruber?s original in Perl, have an odd behavior with regards to lists that follow each other. Namely, a bulleted list followed by a numbered list, or vice-versa, is masked as if it were part of the first list (and of the first list?s type.)
For example, consider the following
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
2007 Jan 02
3
Revised - Revised 2005 proposal for meta-data
Happy new year!
This is the revised revised proposal:
http://maruku.rubyforge.org/proposal.md
http://maruku.rubyforge.org/proposal.html
http://maruku.rubyforge.org/proposal.pdf
I wait for comments.
--
Andrea Censi
"Life is too important to be taken seriously" (Oscar Wilde)
Web: http://www.dis.uniroma1.it/~censi
2009 Feb 26
3
elastic tabstops, proportional fonts, and more
nick said:
> http://nickgravgaard.com/elastictabstops/
exactly. thanks for writing it up, nick.
the only thing i'd add is the notion that
tables should be copyfit to the viewport.
if the viewport gives you plenty of room,
give the columns some breathing space.
if not, tighten them as much as needed.
***
> http://readown.googlecode.com/
cool. now how about an
2006 Oct 07
6
Minor regexp oversight for setext headings
Noticed the patterns for setext style headings are:
^(.+)[ \t]*\n=+[ \t]*\n+
Should be:
^(.+?)[ \t]*\n=+[ \t]*\n+
2006 Jul 08
2
numbered list bug in markdown.pl?
Hi,
I'm getting what I believe to be a bug. If I put the following in markdown:
1. This is a numbered list
2. Blah
9. This is another list item
10. Ok, weird bug here
11. It's really bothering me
And when I run it through markdown.pl 1.01 I get out the following:
<ol>
<li>This is a numbered list</li>
<li>Blah</li>
<li>This is another
2007 May 02
4
Make --html4tags the default?
Seeing how no-one should send application/xhtml+xml to the browser
[1], and development of the HTML standard is again happening [2], it
would make sense to have Markdown.pl default to HTML tags.
Maybe too late to change a default though.
How does PHP Markdown and other implementations deal with this issue?
[1]: http://www.hixie.ch/advocacy/xhtml
[2]:
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
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
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
2010 Mar 05
11
Markdown development
Not only is [Markdown] dead, it's starting to smell really bad. (Apologies to Pike.)
It's author appears to have little interest in developing the tool and participating in the community which uses it.
I'd like to see the community cooperate toward a specification which addresses the shortcomings and ambiguities of Markdown (even if it need be released under a new name).
2006 Dec 27
4
Maruku: a better Markdown interpreter for Ruby.
Hello to all!
Maruku is a Markdown interpreter written in Ruby. It is released under the GPL.
Maruku implements the original Markdown syntax and all the
improvements in PHP Markdown Extra. Moreover, it implements some ideas
from MultiMarkdown, and adds a syntax for specifying metadata for
block elements.
Unlike Bluecloth, Maruku creates an in-memory representation of the
document tree, and this
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