<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: markdown2.py</title>
	<link>http://trentm.com/blog/archives/2007/11/07/markdown2py/</link>
	<description></description>
	<pubDate>Wed, 15 Oct 2008 23:17:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: trentm</title>
		<link>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2092</link>
		<author>trentm</author>
		<pubDate>Thu, 24 Jan 2008 23:00:35 +0000</pubDate>
		<guid>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2092</guid>
		<description>@Massimo: Yup, I'm cool with it. :) Thanks for the note.</description>
		<content:encoded><![CDATA[<p>@Massimo: Yup, I&#8217;m cool with it. :) Thanks for the note.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo</title>
		<link>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2091</link>
		<author>Massimo</author>
		<pubDate>Thu, 24 Jan 2008 22:28:46 +0000</pubDate>
		<guid>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2091</guid>
		<description>Hi Trent,

I just wanted to let you know that I have included markdown2 into the
latest release of web2py under gluon/contrib/. web2py is distributed
in source and binary forms under GPL2 with a commercial exception.

I understand the license of markdown2 allows me to include it but I
wanted to make sure that you are fine with it.

You are acknowledged in the thanks page:

     http://mdp.cti.depaul.edu/examples/default/thanks

You can also find an example of usage of markdown2 within web2py here

     http://mdp.cti.depaul.edu/examples/default/examples (#14)

Massimo</description>
		<content:encoded><![CDATA[<p>Hi Trent,</p>
<p>I just wanted to let you know that I have included markdown2 into the<br />
latest release of web2py under gluon/contrib/. web2py is distributed<br />
in source and binary forms under GPL2 with a commercial exception.</p>
<p>I understand the license of markdown2 allows me to include it but I<br />
wanted to make sure that you are fine with it.</p>
<p>You are acknowledged in the thanks page:</p>
<pre><code> <a href="http://mdp.cti.depaul.edu/examples/default/thanks" rel="nofollow">http://mdp.cti.depaul.edu/examples/default/thanks</a>
</code></pre>
<p>You can also find an example of usage of markdown2 within web2py here</p>
<pre><code> <a href="http://mdp.cti.depaul.edu/examples/default/examples" rel="nofollow">http://mdp.cti.depaul.edu/examples/default/examples</a> (#14)
</code></pre>
<p>Massimo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ash</title>
		<link>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2087</link>
		<author>ash</author>
		<pubDate>Tue, 04 Dec 2007 20:46:40 +0000</pubDate>
		<guid>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2087</guid>
		<description>John Gruber doesn't seem to update Markdown.pl very often. 
Maybe this issue (middle-word emphasis) should be raised on the mailing list again.

I am not so sure that underscores for emphasis should be dropped altogether. 
I don't use them myself, but I've seen people using underscores for this purpose 
in ordinary email. And:

&#62; ...the single biggest source of inspiration for Markdown’s syntax 
&#62; is the format of plain text email.</description>
		<content:encoded><![CDATA[<p>John Gruber doesn&#8217;t seem to update Markdown.pl very often.<br />
Maybe this issue (middle-word emphasis) should be raised on the mailing list again.</p>
<p>I am not so sure that underscores for emphasis should be dropped altogether.<br />
I don&#8217;t use them myself, but I&#8217;ve seen people using underscores for this purpose<br />
in ordinary email. And:</p>
<p>&gt; &#8230;the single biggest source of inspiration for Markdown’s syntax<br />
&gt; is the format of plain text email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trentm</title>
		<link>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2086</link>
		<author>trentm</author>
		<pubDate>Mon, 03 Dec 2007 17:31:15 +0000</pubDate>
		<guid>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2086</guid>
		<description>Ash,

Yes, perhaps ignoring middle-word emphasis (for underscores at least) should be done. However, I'd like to see John Gruber's comments on that. I think it is important (for Markdown in general) that different Markdown implementations implement the same spec, so I want markdown2.py to produce the same output as Markdown.pl by default.

Personally I think that the use of underscores for emphasis (both internal to words and not) should be dropped from the Markdown "spec", because they are an unnecessary duplication of using asterisk for the same thing. Definitely I support dropping internal-word emphasis (for the same reasons as in your discussion link).

Note that for Python code (which I, of course, commonly work with), variables like `__init__`, `__repr__`, `__str__`, etc. are very common, so just dropping internal-word emphasis still results in the same issue as `bug_by_oversight`.</description>
		<content:encoded><![CDATA[<p>Ash,</p>
<p>Yes, perhaps ignoring middle-word emphasis (for underscores at least) should be done. However, I&#8217;d like to see John Gruber&#8217;s comments on that. I think it is important (for Markdown in general) that different Markdown implementations implement the same spec, so I want markdown2.py to produce the same output as Markdown.pl by default.</p>
<p>Personally I think that the use of underscores for emphasis (both internal to words and not) should be dropped from the Markdown &#8220;spec&#8221;, because they are an unnecessary duplication of using asterisk for the same thing. Definitely I support dropping internal-word emphasis (for the same reasons as in your discussion link).</p>
<p>Note that for Python code (which I, of course, commonly work with), variables like <code>__init__</code>, <code>__repr__</code>, <code>__str__</code>, etc. are very common, so just dropping internal-word emphasis still results in the same issue as <code>bug_by_oversight</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ash</title>
		<link>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2085</link>
		<author>ash</author>
		<pubDate>Mon, 03 Dec 2007 16:37:06 +0000</pubDate>
		<guid>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2085</guid>
		<description>I meant `code-friendly`, sorry: http://code.google.com/p/python-markdown2/wiki/CodeFriendly</description>
		<content:encoded><![CDATA[<p>I meant <code>code-friendly</code>, sorry: <a href="http://code.google.com/p/python-markdown2/wiki/CodeFriendly" rel="nofollow">http://code.google.com/p/python-markdown2/wiki/CodeFriendly</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ash</title>
		<link>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2084</link>
		<author>ash</author>
		<pubDate>Mon, 03 Dec 2007 16:35:44 +0000</pubDate>
		<guid>http://trentm.com/blog/archives/2007/11/07/markdown2py/#comment-2084</guid>
		<description>It's interesting how markdown broke underscores in your post. 

I know python-markdown2 includes `code-extra`. I think the better solution is to mimic python-mardown1: it just [ignores][1] middle-word emphasis (there's also some [discussion][2])

[1]: http://www.freewisdom.org/projects/python-markdown/Features
[2]: http://six.pairlist.net/pipermail/markdown-discuss/2005-October/001610.html</description>
		<content:encoded><![CDATA[<p>It&#8217;s interesting how markdown broke underscores in your post. </p>
<p>I know python-markdown2 includes <code>code-extra</code>. I think the better solution is to mimic python-mardown1: it just <a href="http://www.freewisdom.org/projects/python-markdown/Features">ignores</a> middle-word emphasis (there&#8217;s also some <a href="http://six.pairlist.net/pipermail/markdown-discuss/2005-October/001610.html">discussion</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
