package org.webslinger.ext.wiki.parser;
public interface InlineContainer extends CodeContainer {
WikiParagraph getEmptyParagraph();
}