Beta 1, final candidate 3
John Gruber
gruber at fedora.net
Mon Mar 8 20:26:21 EST 2004
You can download 1.0a3 here:
<http://daringfireball.net/projects/markdown/download/Markdown_1.0a3.zip>
* Fixed minor typos in readme.
* Added '.text' filename extensions to readme and license.
* Inline links and images, like this:
[text here](url)
![alt text](url)
now forbid the use of a space between the `[]` and `()` parens.
This should make it much less likely to trigger by accident.
* Backslash escapes now work for `()` parens. Thus, if you really
do want to put [] and () parens right up against each other, you
can write:
[foo]\(bar)
-J.G.
_______________________________________________
Markdown-discuss mailing list
Markdown-discuss at six.pairlist.net
http://six.pairlist.net/mailman/listinfo/markdown-discuss
More information about the Markdown-discuss
mailing list