diff --git a/layouts/_default/_markup/render-table.html b/layouts/_default/_markup/render-table.html
new file mode 100644
index 0000000..cc6046a
--- /dev/null
+++ b/layouts/_default/_markup/render-table.html
@@ -0,0 +1,39 @@
+
+
+
+ {{- range .THead }}
+
+ {{- range . }}
+
+ {{- .Text -}}
+ |
+ {{- end }}
+
+ {{- end }}
+
+
+ {{- range .TBody }}
+
+ {{- range . }}
+
+ {{- .Text -}}
+ |
+ {{- end }}
+
+ {{- end }}
+
+
+
diff --git a/layouts/partials/refactor-content.html b/layouts/partials/refactor-content.html
index dc78881..8d7dda4 100644
--- a/layouts/partials/refactor-content.html
+++ b/layouts/partials/refactor-content.html
@@ -1,13 +1,5 @@
{{ $content := .Content }}
-
-{{ if findRE `` }}
- {{ $content = replace $content `` `` }}
- {{ $content = replace $content `
` `` }}
-{{ end }}
-
{{ if findRE `