fix(markdown): Properly end the tutorial section on flag methods
This closes ##5772 Although the real issue is that the final parts of the tutorial are still in need of being updated for v3.
This commit is contained in:
parent
6d567a356f
commit
4a5a14a2bc
1 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,11 @@ Finally, keep in mind that we are now straddling the world of the core library
|
||||||
and frontend integration. These messages won't do anything unless you have a
|
and frontend integration. These messages won't do anything unless you have a
|
||||||
frontend the shows them.
|
frontend the shows them.
|
||||||
|
|
||||||
|
In other words **core does not care**. We are merely storing data in the store
|
||||||
|
and relying on the frontend to show this data to the user. We merely offer
|
||||||
|
standard methods to do so, but you can choose to ignore this info, or show it
|
||||||
|
in a different way in your own frontend implementation.
|
||||||
|
|
||||||
<Example previewFirst tutorial caption="We flagged something for the user">
|
<Example previewFirst tutorial caption="We flagged something for the user">
|
||||||
```design/src/bib.mjs
|
```design/src/bib.mjs
|
||||||
function draftBib({
|
function draftBib({
|
||||||
|
@ -337,4 +342,3 @@ function draftBib({
|
||||||
```
|
```
|
||||||
</Example>
|
</Example>
|
||||||
|
|
||||||
Now the first thing you should know is: **core does not care**. We are
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue