The RenderingService
service is used to render content from one syntax to another syntax. The
configuration of this service is found in wiki-service/src/main/resources/conf/portal/configuration.xml
:
Sample configuration:
<component>
<key>org.exoplatform.wiki.rendering.RenderingService</key>
<type>org.exoplatform.wiki.rendering.impl.RenderingServiceImpl</type>
</component>