Package de.xam.featdoc
Interface LineWriter
public interface LineWriter
-
Method Summary
Modifier and TypeMethodDescriptiondefault MarkdownTool.Tabletable()static LineWritervoidIf no arguments are given, the string is written as-is.default voiddefault voidwriteSection(String sectionTitle, String... args) H2 section, markdown: '## sectionTitle'default voidwriteSection1(String section1Title, String... args) H1 section, markdown: '# sectionTitle'default voidwriteToc()
-
Method Details
-
wrap
-
writeSection
H2 section, markdown: '## sectionTitle' -
writeSection1
H1 section, markdown: '# sectionTitle' -
writeToc
default void writeToc() -
write
If no arguments are given, the string is written as-is. With arguments, the string is used as a pattern and the arguments are the replacements, using String#format- Parameters:
string-args-
-
writeLine
-
table
-