view README.txt @ 190:f0b32f1c478c

Improvements for the `py:with` directive: * One assignment in the same directive can now refer to an earlier assignment. * Semicolons used in string literals inside the expression are no longer treated as statement separators, and they don't need to be escaped then either. * Trailing semicolons are now ignored Many thanks to Oliver Cope for reporting these problems, and providing unit tests and a patch!
author cmlenz
date Wed, 23 Aug 2006 14:33:37 +0000
parents 0c2d52c6c3f7
children 24757b771651
line wrap: on
line source
About Markup
============

Markup is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML or XML content in a uniform
manner. The major feature is a template language that is heavily inspired
by Kid.

For more information please visit the Markup web site:

  <http://markup.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software