You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/en/docs/latex.jl
+23-3Lines changed: 23 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,26 @@ md"""
108
108
md"""
109
109
# Emojis in Pluto
110
110
111
-
Pluto has built-in support for Emojis. You use can them inside [Markdown](../markdown/) blocksor also to define some variables!
111
+
Pluto has built-in support for Emojis. You use can them inside [Markdown](../markdown/) blocks. To find the emoji or symbol you need, start with `\` and type the name of the emoji, some suggestions will be made, so you can find the correct emoji for you.
112
112
"""
113
113
114
+
# ╔═╡ 8547c10a-ec25-4022-933d-ea727b0b848f
115
+
md"""
116
+
117
+

118
+
119
+
"""
120
+
121
+
# ╔═╡ 73683cce-c6b8-499a-b14c-6680d0399117
122
+
md"You can only use emojis to define some variables! "
0 commit comments