Skip to content

Commit 50b6978

Browse files
jmschejaviereguiluz
authored andcommitted
Fix Markdown code syntax instead of RST
1 parent 5bc7118 commit 50b6978

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frontend/encore/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ a system that you'll learn about soon:
188188
And finally, create an ``assets/controllers.json`` file, which also fits into
189189
the Stimulus system:
190190

191-
```json
192-
{
193-
"controllers": [],
194-
"entrypoints": []
195-
}
196-
```
191+
.. code-block:: json
192+
193+
{
194+
"controllers": [],
195+
"entrypoints": []
196+
}
197197
198198
You'll customize and learn more about these files in :doc:`/frontend/encore/simple-example`.
199199
When you execute Encore, it will ask you to install a few more dependencies based

0 commit comments

Comments
 (0)