From 586a176f8af80d072fff63cb610a2c48ac798439 Mon Sep 17 00:00:00 2001 From: mistermicheels <22038058+mistermicheels@users.noreply.github.com> Date: Thu, 27 Jan 2022 11:39:14 +0100 Subject: [PATCH] don't use ellipsis in YAML front matter ellipsis is an "end of a document" indicator in YAML, I didn't find a way to escape it that works with every common parser --- architecture-design/Architectural-boundaries.md | 4 ++-- java/Lambda-expressions.md | 4 ++-- javascript/Object-prototypes-classes.md | 4 ++-- javascript/Scope-closures.md | 4 ++-- web/css/Box-model.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/architecture-design/Architectural-boundaries.md b/architecture-design/Architectural-boundaries.md index 81389fa..0df401e 100644 --- a/architecture-design/Architectural-boundaries.md +++ b/architecture-design/Architectural-boundaries.md @@ -1,6 +1,6 @@ --- -description: The importance of boundaries in architecture, different kinds of boundaries, costs and evolution of boundaries, ... -last_modified: 2020-11-21T20:39:53.025Z +description: The importance of boundaries in architecture, different kinds of boundaries, costs and evolution of boundaries, etc. +last_modified: 2022-01-27T10:39:48.371Z --- # Architectural boundaries diff --git a/java/Lambda-expressions.md b/java/Lambda-expressions.md index b10a66b..4a7a8c2 100644 --- a/java/Lambda-expressions.md +++ b/java/Lambda-expressions.md @@ -1,7 +1,7 @@ --- tree_title: Lambda expressions -description: The idea behind lambda expressions, how to use them, lambda expression scope, ... -last_modified: 2020-05-30T15:54:15+02:00 +description: The idea behind lambda expressions, how to use them, lambda expression scope, etc. +last_modified: 2022-01-27T10:39:48.402Z --- # Lambda expressions (Java) diff --git a/javascript/Object-prototypes-classes.md b/javascript/Object-prototypes-classes.md index b304848..5b2b1c7 100644 --- a/javascript/Object-prototypes-classes.md +++ b/javascript/Object-prototypes-classes.md @@ -1,7 +1,7 @@ --- tree_title: Object prototypes and classes -description: JavaScript objects, the prototype chain, classes, encapsulation, ... -last_modified: 2020-08-22T16:08:26.048Z +description: JavaScript objects, the prototype chain, classes, encapsulation, etc. +last_modified: 2022-01-27T10:39:48.408Z --- # Object prototypes and classes (JavaScript) diff --git a/javascript/Scope-closures.md b/javascript/Scope-closures.md index f94a58f..01eabd1 100644 --- a/javascript/Scope-closures.md +++ b/javascript/Scope-closures.md @@ -1,7 +1,7 @@ --- tree_title: Scope and closures -description: Execution contexts, lexical scope, the scope chain, function scope vs. block scope, closures, ... -last_modified: 2020-05-30T15:54:15+02:00 +description: Execution contexts, lexical scope, the scope chain, function scope vs. block scope, closures, etc. +last_modified: 2022-01-27T10:39:48.410Z --- # Scope and closures (JavaScript) diff --git a/web/css/Box-model.md b/web/css/Box-model.md index b3937ff..3bf9213 100644 --- a/web/css/Box-model.md +++ b/web/css/Box-model.md @@ -1,7 +1,7 @@ --- tree_title: Box model -description: The CSS box model, blocks and inline boxes, inner and outer display types, margins, padding and borders, ... -last_modified: 2020-12-24T11:06:11.044Z +description: The CSS box model, blocks and inline boxes, inner and outer display types, margins, padding and borders, etc. +last_modified: 2022-01-27T10:39:48.439Z --- # Box model (CSS)