Here is an example:
I tried to add a code section </> at the cursor below Item 2.
When I try to delete 3. by pressing backspace, the code in second line moved to the first line.
I have to go to the first line of code at the end of the original first line then press Shift Enter.
I tried to add a code section </> at the cursor below Item 2.
- Item 1
- Item 2 (Press Shift Enter)
| <--- cursor here - Item 3
When I try to delete 3. by pressing backspace, the code in second line moved to the first line.
I have to go to the first line of code at the end of the original first line then press Shift Enter.
- Item 1
- Item 2 (Press Shift Enter)
B4X:Public Sub Initialize HRM.Initialize HRM.SimpleResponse = Main.Config.SimpleResponse DB.Initialize(Main.DBOpen, Main.DBEngine) End Sub
- Item 3