diff --git a/.mattrbld/collections/work.json b/.mattrbld/collections/work.json
index 0dcc0e6..0592385 100644
--- a/.mattrbld/collections/work.json
+++ b/.mattrbld/collections/work.json
@@ -14,6 +14,6 @@
       "everything"
     ]
   },
-  "type": "md",
+  "type": "json",
   "urlTemplate": ""
 }
\ No newline at end of file
diff --git a/.mattrbld/schemas/work.json b/.mattrbld/schemas/work.json
index 08f5147..6ed7289 100644
--- a/.mattrbld/schemas/work.json
+++ b/.mattrbld/schemas/work.json
@@ -258,7 +258,7 @@
               "label": "Content",
               "localised": false,
               "options": {
-                "outputFormat": "html",
+                "outputFormat": "markdown",
                 "blockFormats": [
                   "blockquote",
                   "heading",
@@ -270,7 +270,9 @@
                 "inlineFormats": [
                   "em",
                   "strong",
-                  "link"
+                  "link",
+                  "br",
+                  "strike"
                 ],
                 "formatOptions": [
                   "allowQuoteFooters",
@@ -346,7 +348,7 @@
       "label": "Content",
       "localised": false,
       "options": {
-        "outputFormat": "html",
+        "outputFormat": "markdown",
         "blockFormats": [
           "blockquote",
           "heading",
@@ -358,7 +360,9 @@
         "inlineFormats": [
           "em",
           "strong",
-          "link"
+          "link",
+          "br",
+          "strike"
         ],
         "formatOptions": [
           "allowQuoteFooters",
@@ -380,7 +384,7 @@
           "javascript",
           "markdown"
         ],
-        "allowRaw": false,
+        "allowRaw": true,
         "urlTemplate": "",
         "urlSuffix": "",
         "linkOptions": [