Skip to content

Commit

Permalink
don't use ellipsis in YAML front matter
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mistermicheels committed Jan 27, 2022
1 parent 5cf242b commit 586a176
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions architecture-design/Architectural-boundaries.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions java/Lambda-expressions.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions javascript/Object-prototypes-classes.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions javascript/Scope-closures.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions web/css/Box-model.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 586a176

Please sign in to comment.