diff --git a/docs/layouts/_shortcodes/class-options.html b/docs/layouts/_shortcodes/class-options.html
index 1282298af..197c25500 100644
--- a/docs/layouts/_shortcodes/class-options.html
+++ b/docs/layouts/_shortcodes/class-options.html
@@ -31,32 +31,46 @@
{{ if and $data $data.options }}
-
-
-
- Parameter |
- Type |
- Description |
- Default Value |
-
-
-
- {{ range $data.options }}
-
- {{ .parameterName }} |
- {{ .type }} |
- {{ .description | markdownify }} |
-
- {{ if .defaultValue }}
- {{ .defaultValue }}
- {{ else }}
- Not specified
- {{ end }}
- |
-
- {{ end }}
-
-
+
+
+
Parameter
+
Type
+
Description
+
Default Value
+
+
+
+ {{ range $data.options }}
+
+
+
+
Parameter:
+
{{ .parameterName }}
+
+
+
+
+
+
+
+
Description:
+
{{ .description | markdownify }}
+
+
+
+
+
Default Value:
+ {{ if .defaultValue }}
+
{{ .defaultValue }}
+ {{ else }}
+
Not specified
+ {{ end }}
+
+
+ {{ end }}
{{ else if not $dataFile }}