docs(cookbook): text following a node requires a dot
This commit is contained in:
parent
63e0e6eaf6
commit
9f03fca039
|
@ -15,7 +15,7 @@ a(id='top')
|
||||||
## The problem with *<title>*
|
## The problem with *<title>*
|
||||||
|
|
||||||
The obvious approach is to bind a property of the component to the HTML `<title>` like this:
|
The obvious approach is to bind a property of the component to the HTML `<title>` like this:
|
||||||
code-example(format='')
|
code-example(format='').
|
||||||
<title>{{This_Does_Not_Work}}</title>
|
<title>{{This_Does_Not_Work}}</title>
|
||||||
:marked
|
:marked
|
||||||
Sorry but that won't work.
|
Sorry but that won't work.
|
||||||
|
|
Loading…
Reference in New Issue