Parse multiline list headings
[sixth.git] / src / main / java / eu / svjatoslav / sixth / core / document / content / PropertyCollection.java
index f3840b4..4034670 100644 (file)
@@ -7,4 +7,8 @@ public class PropertyCollection implements Content {
 
     private Map<String, String> propertyToValue = new HashMap<>();
 
+    @Override
+    public void toMD(StringBuilder sb, int indent) {
+        // TODO
+    }
 }