Skip to content

Commit 78b690c

Browse files
committed
minor #16464 Fix Markdown code syntax instead of RST (jmsche)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Fix Markdown code syntax instead of RST Commits ------- 50b6978 Fix Markdown code syntax instead of RST
2 parents 3c6b2c2 + 50b6978 commit 78b690c

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)