projects
/
sixth.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Misc fixes:
[sixth.git]
/
src
/
main
/
java
/
eu
/
svjatoslav
/
sixth
/
core
/
document
/
text
/
FormattedTextElement.java
1
package eu.svjatoslav.sixth.core.document.text;
2
3
public interface FormattedTextElement {
4
String toMD();
5
}
6