Skip to content

Commit 188cbcb

Browse files
committed
Fix Markdown code syntax instead of RST
1 parent 5bc7118 commit 188cbcb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

frontend/encore/installation.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,11 @@ 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+
"controllers": [],
194+
"entrypoints": []
195+
}
197196
198197
You'll customize and learn more about these files in :doc:`/frontend/encore/simple-example`.
199198
When you execute Encore, it will ask you to install a few more dependencies based

0 commit comments

Comments
 (0)