Added mentions for interesting projects
[sixth.git] / text / FormattedTextElement.java
1 package eu.svjatoslav.sixth.core.document.text;
2
3 public interface FormattedTextElement {
4     String compileMd();
5 }
6