We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9c646 commit 4574ff6Copy full SHA for 4574ff6
1 file changed
DOCS.md
@@ -332,11 +332,7 @@ br # okay
332
333
#### A Simple Example
334
335
-<div class="codemirror-live-edit"
336
- data-heading="A simple Component rendering state"
337
- data-rows=12
338
- data-top-level-component="LikeButton">
339
-<pre>
+```ruby runable
340
class LikeButton < Hyperloop::Component
341
342
render(DIV) do
@@ -347,7 +343,7 @@ class LikeButton < Hyperloop::Component
347
343
end
348
344
349
345
350
-</pre></div>
346
+```
351
352
353
### Components are Just State Machines
0 commit comments