- From: Michael C <m@michaelcullum.com>
- Date: Mon, 19 Nov 2012 22:33:05 -0000
- To: "'Karl Dubost'" <karld@opera.com>
- Cc: "Markdown List" <public-markdown@w3.org>
If you have something like `foo & bar`. It should convert it to `foo & bar`. However if you have an HTML entity in your markdown such as: `2 < 6` it would not convert the ampersand. It would remain as `2 < 6`; not become `2 &lt; 6`. Things like that seem obvious, but should be specified. Thanks, Michael Cullum > -----Original Message----- > From: Karl Dubost [mailto:karld@opera.com] > Sent: 19 November 2012 22:24 > To: Michael C > Cc: 'Markdown List' > Subject: HTML entities and Markdown > > Michael, > > Le 20 nov. 2012 à 06:49, Michael C a écrit : > > it wouldn't have the scope to cover things like HTML entities. > > Could you provide an example of Markdown code and its HTML equivalent > and what you mean by HTML entities? > > > -- > Karl Dubost - http://dev.opera.com/ > Developer Relations, Opera Software
Received on Tuesday, 20 November 2012 12:55:11 UTC