Example #1
0
 public IWikiToPresentation WikiToPresentation(QualifiedTopicRevision topic, WikiOutput output,
     NamespaceManager namespaceManager, LinkMaker maker, ExternalReferencesMap external, int headingLevelBase, bool fragment)
 {
     //ArrayList lines = new ArrayList();
     //lines.Add(new StyledLine("", LineStyle.Unchanged));
     //return new Formatter(topic, lines, output, namespaceManager, maker, external, headingLevelBase);
     WomDocument doc = (WomDocument)output;
     doc.Mgr = namespaceManager;
     doc.Fed = _fed;
     doc.FragmentOnly = fragment;
     output.Begin();
     return this;
 }