From 281ff1eb43ae3872b76ddd594f934d9138fef250 Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Sat, 06 Apr 2024 07:06:46 +0000
Subject: [PATCH] style: prettier format all files

---
 layouts/_default/baseof.html                        |    2 +-
 assets/js/medium-zoom.js                            |    4 ++--
 exampleSite/content/arabic/post/arabic_example.md   |    2 +-
 exampleSite/content/english/post/markdown-syntax.md |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/assets/js/medium-zoom.js b/assets/js/medium-zoom.js
index 33fc200..becda13 100644
--- a/assets/js/medium-zoom.js
+++ b/assets/js/medium-zoom.js
@@ -3,8 +3,8 @@
   typeof exports === 'object' && typeof module !== 'undefined'
     ? (module.exports = factory())
     : typeof define === 'function' && define.amd
-    ? define(factory)
-    : ((global = global || self), (global.mediumZoom = factory()));
+      ? define(factory)
+      : ((global = global || self), (global.mediumZoom = factory()));
 })(this, function () {
   'use strict';
   var _extends =
diff --git a/exampleSite/content/arabic/post/arabic_example.md b/exampleSite/content/arabic/post/arabic_example.md
index ad7362a..cd699fc 100644
--- a/exampleSite/content/arabic/post/arabic_example.md
+++ b/exampleSite/content/arabic/post/arabic_example.md
@@ -19,7 +19,7 @@
 هذا النص يمكن أن يتم تركيبه على أي تصميم دون مشكلة فلن يبدو وكأنه نص منسوخ، غير منظم، غير منسق، أو حتى غير مفهوم. لأنه مازال نصاً بديلاً ومؤقتاً.
 
 ```html
-<!DOCTYPE html>
+<!doctype html>
 <html>
   <body>
     <h1>My First Heading</h1>
diff --git a/exampleSite/content/english/post/markdown-syntax.md b/exampleSite/content/english/post/markdown-syntax.md
index 637e53a..ae3a018 100644
--- a/exampleSite/content/english/post/markdown-syntax.md
+++ b/exampleSite/content/english/post/markdown-syntax.md
@@ -78,7 +78,7 @@
 #### Code block with backticks
 
 ```html
-<!DOCTYPE html>
+<!doctype html>
 <html lang="en">
   <head>
     <meta charset="utf-8" />
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index eb00465..fcc64e6 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
 <html
   dir="{{ .Site.Language.LanguageDirection | default "ltr" }}"
   lang="{{- site.Language.Lang -}}"

--
Gitblit v1.10.0