-
Notifications
You must be signed in to change notification settings - Fork 1
Wiki_Render
Stephane Carrez edited this page Mar 29, 2016
·
3 revisions
The Wiki.Render package represents the renderer that takes a wiki document and render the result either in text, HTML or another format.
The Html_Renderer allows to render a wiki document into an HTML content.
The Wiki.Render.Links package defines the Link_Renderer interface used for the rendering of links and images. The interface allows to customize the generated links and image source for the final HTML.
The Text_Renderer allows to render a wiki document into a text content. The formatting rules are ignored except for the paragraphs and sections.
The Wiki_Renderer allows to render a wiki document into another wiki content. The formatting rules are ignored except for the paragraphs and sections.
Generated by Dynamo from wiki-render.ads