Here is an example:
I tried to add a code section </> at the cursor below Item 2.
- Item 1
- Item 2 (Press Shift Enter)
| <--- cursor here
- Item 3
The result is a new item is added:
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)
Public Sub Initialize HRM.Initialize
HRM.SimpleResponse = Main.Config.SimpleResponse
DB.Initialize(Main.DBOpen, Main.DBEngine)
End Sub
- Item 3
This is a little annoying as I need to repeat this step every time.