Change comment:
Added new formula macro
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,12 +10,13 @@ 10 10 1.1 New and Noteworthy (since XWiki Enterprise 2.0 Milestone 2) 11 11 12 12 At a glance (see below for details): 13 - * Lots of improvements and new features in the new WYSIWYG editor 14 - * Lots of improvements and bugfixes in the rendering engine and the syntax converter 13 + * Improvements and bug fixes in the GWT WYSIWYG editor 14 + * Improvements and bugfixes in the rendering engine and the syntax converter 15 + * New macros 15 15 * Upgrade to SmartGWT 1.2 16 - * New experimental network event distribution module 17 - * Several blog application improvements18 - * Several tagsapplication bug fixes17 + * New experimental network event distribution module (to be used for clustering XWiki caches) 18 + * Several Blog application improvements 19 + * Several Tag application bug fixes 19 19 * Translations updated for de, fr, lv, nl, ru 20 20 21 21 1.1.1 WYSIWYG improvements ... ... @@ -36,6 +36,12 @@ 36 36 37 37 See [Footnote macro documentation>code:Macros.Footnote20Macro]. 38 38 40 +1.1.1.1 Formula macro 41 + 42 +Ability to render Mathematical Formulas using the \{\{formula\}\} macro (more documentation forthcoming in the [Code Zone>code:Macros.WebHome]). 43 + 44 +You can check for examples on the [Wikipedia Math Markup page>http://en.wikipedia.org/wiki/Math_markup]. 45 + 39 39 1.1.1.1 Smaller XHTML output 40 40 41 41 We introduced a light XHTML renderer which avoid having all extra datas needed by the WYSIWYG. You will not get any weird XHTML comment anymore in the rendered page.