mirror of https://github.com/lxndrblz/anatole.git

lxndrblz
06.06.2024 281ff1eb43ae3872b76ddd594f934d9138fef250
style: prettier format all files
4 files modified
10 ■■■■ changed files
assets/js/medium-zoom.js 4 ●●●● patch | view | raw | blame | history
exampleSite/content/arabic/post/arabic_example.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/english/post/markdown-syntax.md 2 ●●● patch | view | raw | blame | history
layouts/_default/baseof.html 2 ●●● patch | view | raw | blame | history
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 =
exampleSite/content/arabic/post/arabic_example.md
@@ -19,7 +19,7 @@
هذا النص يمكن أن يتم تركيبه على أي تصميم دون مشكلة فلن يبدو وكأنه نص منسوخ، غير منظم، غير منسق، أو حتى غير مفهوم. لأنه مازال نصاً بديلاً ومؤقتاً.
```html
<!DOCTYPE html>
<!doctype html>
<html>
  <body>
    <h1>My First Heading</h1>
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" />
layouts/_default/baseof.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html
  dir="{{ .Site.Language.LanguageDirection | default "ltr" }}"
  lang="{{- site.Language.Lang -}}"