Some checks failed
Fast Reverse Tests / test (push) Failing after 17s
Markup Tests / test (push) Failing after 13s
Reverse Tests / test (push) Failing after 13s
Sum Tests / test (push) Failing after 13s
Word Stat Tests / test (push) Failing after 13s
Word Stat++ Tests / test (push) Failing after 13s
6 lines
122 B
Java
6 lines
122 B
Java
package markup;
|
|
|
|
public interface ListItemContent {
|
|
void toHtml(StringBuilder sb);
|
|
void toTex(StringBuilder sb);
|
|
} |