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
[:code (s/syntaxed"[:p \"Soy del \" [:span {:style {:color :red}} \"Rojo\"]]")]
144
-
[:p"Ahora intenta escribir la solución en solutions/simple-component (en el archivo src/reagentdemo/solutions.cljs), de forma tal que se vea como más arriba."]]
141
+
"hiccup syntax"]
142
+
". Here's an example: "]
143
+
[:code (s/syntaxed"[:p \"I like it \" [:span {:style {:color :green}} \"green\"]]")]
144
+
[:p"Now try to write your solution on solutions/simple-component (in the file src/reagentdemo/solutions.cljs), in such a way that it looks like the example above."]]
145
145
:src (s/src-of [:simple-component])}]
146
146
147
147
[:p"You can build new components using other components as
0 commit comments