Fix indentation of numbered lists

develop
Myk 2022-12-04 17:58:31 -08:00 committed by GitHub
parent 63e11c8453
commit fa8a61d4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

@ -21,11 +21,9 @@ an overlay widget instead:
viewscreen to continue processing uninterrupted and keybindings bound to viewscreen to continue processing uninterrupted and keybindings bound to
that viewscreen will continue to function. This was previously only that viewscreen will continue to function. This was previously only
achievable by C++ plugins. achievable by C++ plugins.
#. You'll get a free UI for enabling/disabling your widget and repositioning it #. You'll get a free UI for enabling/disabling your widget and repositioning it
on the screen. Widget state is saved for you and is automatically restored on the screen. Widget state is saved for you and is automatically restored
when the game is restarted. when the game is restarted.
#. You don't have to manage the C++ interposing logic yourself and can focus on #. You don't have to manage the C++ interposing logic yourself and can focus on
the business logic, writing purely in Lua if desired. the business logic, writing purely in Lua if desired.