Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 38ce4c0d authored by Jason Kridner's avatar Jason Kridner
Browse files

Update rst-cheat-sheet.rst

parent 0a695ee9
Branches
Tags
1 merge request!40Merge BeaglePlay and latest BeagleConnect documentation
......@@ -271,6 +271,25 @@ Annotations
Output
------
.. callout::
.. code-block:: python
import numpy as np # <1>
import math # <2>
.. annotations::
<1> Comment #1
<2> Comment #2
.. important::
In the example, I inserted the invisible UTF character U+FEFF after the opening ``<`` to avoid it being
interpreted as a callout symbol. Be sure to remove that character if you attempt to copy-and-paste the
example.
More
====
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment