From 7f4729be4be420b411d65b354580028b946bcc0f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 29 Aug 2023 15:16:55 +0200 Subject: [PATCH] New translations en.md (German) skip-build --- markdown/org/docs/site/patterns/notes/de.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 markdown/org/docs/site/patterns/notes/de.md diff --git a/markdown/org/docs/site/patterns/notes/de.md b/markdown/org/docs/site/patterns/notes/de.md new file mode 100644 index 00000000000..13ebd78c076 --- /dev/null +++ b/markdown/org/docs/site/patterns/notes/de.md @@ -0,0 +1,11 @@ +--- +title: "Patterns: Notes" +--- + +Every pattern has a **notes** attribute that is optional. + +The notes field allows you to add your notes to a pattern. This field supports markdown, so you can use rich formatting, or even embed images. + + +If you make your pattern public, your notes will also be public. +