Skip to content

Commit ce4f61d

Browse files
author
Boshra Ariguib
committed
added infos about emojis related to #86
1 parent 8ba11cd commit ce4f61d

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

src/assets/img/dog-emoji.png

72 KB
Loading

src/en/docs/latex.jl

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,26 @@ md"""
108108
md"""
109109
# Emojis in Pluto
110110
111-
Pluto has built-in support for Emojis. You use can them inside [Markdown](../markdown/) blocks or 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.
112112
"""
113113

114+
# ╔═╡ 8547c10a-ec25-4022-933d-ea727b0b848f
115+
md"""
116+
117+
![Example of Reverse Search for Integral Symbol](https://github.com/JuliaPluto/website/blob/6cad65a4b0f3969b758c8b80c40623ea8dc04429/src/assets/img/live-docs-latex-search.png?raw=true)
118+
119+
"""
120+
121+
# ╔═╡ 73683cce-c6b8-499a-b14c-6680d0399117
122+
md"You can only use emojis to define some variables! "
123+
124+
# ╔═╡ 380f641e-60c1-4cf2-ae2b-a39aacba2066
125+
begin
126+
🐶 = 1
127+
🐱 = 1
128+
🏠 = 🐶 + 3 * 🐱
129+
end;
130+
114131
# ╔═╡ 00000000-0000-0000-0000-000000000001
115132
PLUTO_PROJECT_TOML_CONTENTS = """
116133
[deps]
@@ -128,7 +145,7 @@ project_hash = "71853c6197a6a7f222db0f1978c7cb232b87c5ee"
128145
"""
129146

130147
# ╔═╡ Cell order:
131-
# ╠═633cfe44-6ed5-11f0-2eee-e72949879521
148+
# ╟─633cfe44-6ed5-11f0-2eee-e72949879521
132149
# ╟─78ba3c95-e7a0-4374-bc5b-c44be72fdb62
133150
# ╠═bb6672b7-34b4-4838-853c-f186134f98e8
134151
# ╟─8399e685-e323-4795-ac54-029c4dc2ae28
@@ -143,6 +160,9 @@ project_hash = "71853c6197a6a7f222db0f1978c7cb232b87c5ee"
143160
# ╟─44121ee2-8467-4147-89b0-1aa7689d0ba9
144161
# ╠═c835f6c9-920a-4285-b0f7-bf93aab6b94c
145162
# ╟─4963558c-fe1f-4d11-a164-a45d78984497
146-
# ╠═921f29fa-2262-4b02-a471-3a315d539cc4
163+
# ╟─921f29fa-2262-4b02-a471-3a315d539cc4
164+
# ╟─8547c10a-ec25-4022-933d-ea727b0b848f
165+
# ╟─73683cce-c6b8-499a-b14c-6680d0399117
166+
# ╠═380f641e-60c1-4cf2-ae2b-a39aacba2066
147167
# ╟─00000000-0000-0000-0000-000000000001
148168
# ╟─00000000-0000-0000-0000-000000000002

0 commit comments

Comments
 (0)