Properly handle special case, when list depth decreases and depth is misaligned
[sixth.git] / src / main / java / eu / svjatoslav / sixth / core / document / text / FormattedText.java
index ad7d8ca..44af05c 100644 (file)
@@ -67,4 +67,8 @@ public class FormattedText {
         return tokenizer;
     }
 
+
+    public String toString(){
+        return toMD(0);
+    }
 }