From andrea.censi at dis.uniroma1.it Tue Jan 23 09:14:52 2007 From: andrea.censi at dis.uniroma1.it (Andrea Censi) Date: Tue, 23 Jan 2007 15:14:52 +0100 Subject: [Maruku-users] Test Message-ID: -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi From andrea.censi at dis.uniroma1.it Tue Jan 23 09:19:55 2007 From: andrea.censi at dis.uniroma1.it (Andrea Censi) Date: Tue, 23 Jan 2007 15:19:55 +0100 Subject: [Maruku-users] [release] Maruku 0.5.0 Message-ID: #### Changes in 0.5.0 #### * Syntax changes: * Compatibility with newest Markdown.pl: `[text]` as a synonim of `[text][]`. * Meta data: the first IAL in a span environment now refers to the parent. This makes it possible to set attributes for cells: Head | Head | ---------------+-------+-- {:r} Hello + ... {:r: scope='row'} The first cell will have the `scope` attribute set to `row`. * New settings: * Disable the Maruku signature by setting `maruku signature: false` * Stricter doctype. By the way -- did I mention it? -- **Maruku HTML has always been proper validating XHTML strict** (if a page does not validate, please report it as a bug). Of course, this only matters when using `maruku` as a standalone program. * I have updated the XHTML DTD used to support MathML: currently using XHTML+MathML+SVG. * Content-type set to `application/xhtml+xml` * All entities are written as numeric entities. * Bug fixes * Many fixes in the code handling the sanitizing of inline HTML. * `markdown=1` did not propagate to children. * LaTeX: An exception was raised if an unknown entity was used. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi From andrea.censi at dis.uniroma1.it Wed Jan 24 07:57:54 2007 From: andrea.censi at dis.uniroma1.it (Andrea Censi) Date: Wed, 24 Jan 2007 13:57:54 +0100 Subject: [Maruku-users] [release] Maruku 0.5.1 Message-ID: With many thanks to Steve for the bug reports. #### Changes in 0.5.1 #### * Bug fixes: * Workaround for Internet Explorer bug: be very sure that `'` is always written as `'`. * Support for empty images ref: `![image]` and `![image][]`. * Fixed bug in parsing attribute lists definitions. * Minor things: * Now code blocks are written as a `` element inside a `
`, and
		`` elements have both `class` and `lang` attributes set
		to the specified language.
		
		Example:

			    Example
			{:lang=ruby}
		{:lang=markdown}
		
		produces:
		
			
Example
{:lang=xml} -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi