diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a4f12c6a..07bbd918 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,11 +48,11 @@ To allow your work to be integrated as seamlessly as possible, we advise you to:
- ✅ Verify your PR is **up-to-date** with `ultralytics/ultralytics` `main` branch. If your PR is behind you can update
your code by clicking the 'Update branch' button or by running `git pull` and `git merge main` locally.
-
-
+

diff --git a/docs/modes/track.md b/docs/modes/track.md
index b2a40d05..3e7597b6 100644
--- a/docs/modes/track.md
+++ b/docs/modes/track.md
@@ -6,7 +6,7 @@ keywords: Ultralytics, YOLO, object tracking, video streams, BoT-SORT, ByteTrack
# Multi-Object Tracking with Ultralytics YOLO
-

+

Object tracking in the realm of video analytics is a critical task that not only identifies the location and class of objects within the frame but also maintains a unique ID for each detected object as the video progresses. The applications are limitless—ranging from surveillance and security to real-time sports analytics.
diff --git a/docs/tasks/classify.md b/docs/tasks/classify.md
index ab1e9af4..92857409 100644
--- a/docs/tasks/classify.md
+++ b/docs/tasks/classify.md
@@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, Image Classification, Pretrained Models, YOLOv8n-
# Image Classification
-

+

Image classification is the simplest of the three tasks and involves classifying an entire image into one of a set of predefined classes.
diff --git a/docs/tasks/detect.md b/docs/tasks/detect.md
index de617948..40c52ba1 100644
--- a/docs/tasks/detect.md
+++ b/docs/tasks/detect.md
@@ -6,7 +6,7 @@ keywords: YOLOv8, Ultralytics, object detection, pretrained models, training, va
# Object Detection
-

+

Object detection is a task that involves identifying the location and class of objects in an image or video stream.
diff --git a/docs/tasks/pose.md b/docs/tasks/pose.md
index 4dc4e022..3c3a5c3c 100644
--- a/docs/tasks/pose.md
+++ b/docs/tasks/pose.md
@@ -6,7 +6,7 @@ keywords: Ultralytics, YOLO, YOLOv8, pose estimation, keypoints detection, objec
# Pose Estimation
-

+

Pose estimation is a task that involves identifying the location of specific points in an image, usually referred to as keypoints. The keypoints can represent various parts of the object such as joints, landmarks, or other distinctive features. The locations of the keypoints are usually represented as a set of 2D `[x, y]` or 3D `[x, y, visible]`
coordinates.
diff --git a/docs/tasks/segment.md b/docs/tasks/segment.md
index 93622a82..fc52b052 100644
--- a/docs/tasks/segment.md
+++ b/docs/tasks/segment.md
@@ -6,7 +6,7 @@ keywords: yolov8, instance segmentation, Ultralytics, COCO dataset, image segmen
# Instance Segmentation
-

+

Instance segmentation goes a step further than object detection and involves identifying individual objects in an image and segmenting them from the rest of the image.
diff --git a/docs/yolov5/index.md b/docs/yolov5/index.md
index 1b943cfb..d612d51d 100644
--- a/docs/yolov5/index.md
+++ b/docs/yolov5/index.md
@@ -9,7 +9,7 @@ keywords: Ultralytics, YOLOv5, Deep Learning, Object detection, PyTorch, Tutoria
-
+

diff --git a/docs/yolov5/quickstart_tutorial.md b/docs/yolov5/quickstart_tutorial.md
index 35648b5d..90167c8d 100644
--- a/docs/yolov5/quickstart_tutorial.md
+++ b/docs/yolov5/quickstart_tutorial.md
@@ -71,4 +71,4 @@ python train.py --data coco.yaml --epochs 300 --weights '' --cfg yolov5n.yaml -
yolov5x 16
```
-

+

diff --git a/docs/zh/index.md b/docs/zh/index.md
index e4ed42f1..82db8274 100644
--- a/docs/zh/index.md
+++ b/docs/zh/index.md
@@ -9,7 +9,7 @@ keywords: Ultralytics, YOLOv8, 目标检测, 图像分割, 机器学习, 深度