Legacy Knowledge Base
Published Jul. 2, 2025

Changes in Wiki Syntax Parsing from 6.0 EE SP1 to 6.0 EE SP2

Written By

Liferay Support

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

In Liferay Portal 6.0 EE SP2, a new Creole parser for the Wiki portlet has been implemented and changed how links are parsed. For example, previously in 6.0 EE SP1, links using single brackets like "[ ]" will redirect the user to a new Wiki page. In 6.0 EE SP2 and newer versions, links using a single bracket will render the content as text.

01.png

02.png

 

This is just one of several changes caused by the new parser.

The new portal property is: wiki.formats.engine[creole]=com.liferay.portlet.wiki.engines.antlrwiki.CreoleWikiEngine

Resolution

  1. To revert to the previous version's parser, set the following in the portal-ext.properties:
    wiki.formats.engine[creole]=com.liferay.portlet.wiki.engines.jspwiki.JSPWikiEngine
    		
  2. Save the file.
  3. Start Liferay Portal.
Did this article resolve your issue ?

Legacy Knowledge Base