projects
/
sixth.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Proper handling fo multiline links. Better list handling.
[sixth.git]
/
src
/
main
/
java
/
eu
/
svjatoslav
/
sixth
/
core
/
document
/
content
/
Content.java
1
package eu.svjatoslav.sixth.core.document.content;
2
3
public interface Content {
4
void toMD(StringBuilder sb, int indent);
5
}