From 6bd69ea013b3d5c5388f99f7e956549adce05d17 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Fri, 24 Apr 2020 19:04:36 +0200 Subject: [PATCH] use backticks to avoid :child: emoji --- Attribute-inheritance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Attribute-inheritance.md b/Attribute-inheritance.md index 595cc5d..97b605e 100644 --- a/Attribute-inheritance.md +++ b/Attribute-inheritance.md @@ -4,7 +4,7 @@ Example how this might be useful is `archived` label which hides its note from J ## Copying inheritance -Different kind of inheritance is achieved using "child:" attribute name prefix. If we create a child note in a note with "child:exampleAttribute" attribute, then child note will have "exampleAttribute" created. This can be even chained, e.g. "child:child:exampleAttribute", in this case "exampleAttribute" will be created in the child of the child. +Different kind of inheritance is achieved using `child:` attribute name prefix. If we create a child note in a note with `child:exampleAttribute` attribute, then child note will have `exampleAttribute` created. This can be even chained, e.g. `child:child:exampleAttribute`, in this case `exampleAttribute` will be created in the child of the child. Which kind of attribute inheritance (or if any at all) should be used depends on specific use case.