File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ defun fib(n):
230230 elif n == 0 or n == 1:
231231 1
232232 else:
233- fib(n- 1) + fib(n- 2)
233+ fib(n - 1) + fib(n - 2)
234234 end
235235end
236236```
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ imaging:
4646languages :
4747 en :
4848 languageName : English
49- title : The Moonli Programming Language
49+ title : Moonli
5050 params :
5151 description : Homepage of the Moonli programming language
5252 # cSpell:disable
@@ -125,7 +125,7 @@ params:
125125 offlineSearch : false
126126
127127 # Enable syntax highlighting and copy buttons on code blocks with Prism
128- prism_syntax_highlighting : false
128+ prism_syntax_highlighting : true
129129
130130 copyright :
131131 authors : Docsy Authors | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) |
You can’t perform that action at this time.
0 commit comments