Using auto-generated figure names.

master
Thomas Hintz 4 years ago
parent c32da955e6
commit cbf9df7508

@ -808,6 +808,9 @@ only the start of your High-Performance React journey.
}
#+end_src
#+caption: Figure 1: Tree of components
#+caption: Figure {{{n(FIGURE)}}}: Tree of components
#+RESULTS: render-tree-basic
[[file:./images/render-tree-basic.svg]]
As you can see in Figure {{{n(FIGURE, -)}}} when stage changes in component ~A~
component ~B~ will be re-rendered.

@ -3,4 +3,6 @@
{caption: "Figure 1: Tree of components"}
![Figure 1: Tree of components](./images/render-tree-basic.svg)
As you can see in Figure 1 when stage changes in component `A` component `B` will be re-rendered.

Loading…
Cancel
Save