diff --git a/website/docs/reference/resource-configs/batch_size.md b/website/docs/reference/resource-configs/batch_size.md
index dff2006fd71..fa632bcd44d 100644
--- a/website/docs/reference/resource-configs/batch_size.md
+++ b/website/docs/reference/resource-configs/batch_size.md
@@ -17,10 +17,6 @@ The`batch_size` config determines how large batches are when running a microbatc
The following examples set `day` as the `batch_size` for the `user_sessions` model.
-
-
-
-
Example of the `batch_size` config in the `dbt_project.yml` file:
@@ -58,5 +54,3 @@ Example in sql model config block:
-
-
diff --git a/website/docs/reference/resource-configs/begin.md b/website/docs/reference/resource-configs/begin.md
index 3b2bba96bd6..d73ce02145b 100644
--- a/website/docs/reference/resource-configs/begin.md
+++ b/website/docs/reference/resource-configs/begin.md
@@ -17,10 +17,6 @@ Set the `begin` config to the timestamp value at which your microbatch model dat
The following examples set `2024-01-01 00:00:00` as the `begin` config for the `user_sessions` model.
-
-
-
-
Example in the `dbt_project.yml` file:
@@ -57,6 +53,3 @@ Example in sql model config block:
```
-
-
-
diff --git a/website/docs/reference/resource-configs/lookback.md b/website/docs/reference/resource-configs/lookback.md
index 66499f926a1..75d33ac5aa7 100644
--- a/website/docs/reference/resource-configs/lookback.md
+++ b/website/docs/reference/resource-configs/lookback.md
@@ -15,11 +15,7 @@ Set the `lookback` to an integer greater than or equal to zero. The default valu
## Examples
-
The following examples set `2` as the `lookback` config for the `user_sessions` model.
-
-
-
Example in the `dbt_project.yml` file:
@@ -57,6 +53,3 @@ Example in sql model config block:
```
-
-
-