Skip to content

Commit 0952352

Browse files
authored
Added indentation to codeblock to format correctly
1 parent 3d2d0ea commit 0952352

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

docs/installation.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,20 @@ file.
134134

135135
If not set, the default value of this setting is::
136136

137-
{
138-
"theme": "silver",
139-
"height": 500,
140-
"menubar": False,
141-
"plugins": "advlist,autolink,lists,link,image,charmap,print,preview,anchor,"
142-
"searchreplace,visualblocks,code,fullscreen,insertdatetime,media,table,paste,"
143-
"code,help,wordcount",
144-
"toolbar": "undo redo | formatselect | "
145-
"bold italic backcolor | alignleft aligncenter "
146-
"alignright alignjustify | bullist numlist outdent indent | "
147-
"removeformat | help",
148-
}
137+
138+
{
139+
"theme": "silver",
140+
"height": 500,
141+
"menubar": False,
142+
"plugins": "advlist,autolink,lists,link,image,charmap,print,preview,anchor,"
143+
"searchreplace,visualblocks,code,fullscreen,insertdatetime,media,table,paste,"
144+
"code,help,wordcount",
145+
"toolbar": "undo redo | formatselect | "
146+
"bold italic backcolor | alignleft aligncenter "
147+
"alignright alignjustify | bullist numlist outdent indent | "
148+
"removeformat | help",
149+
}
150+
149151

150152
``TINYMCE_SPELLCHECKER`` (default: ``False``)
151153
Whether to use the spell checker through the supplied view. You must add

0 commit comments

Comments
 (0)