! This is a header
!! Header 2
Some text I'm typing
* a list item
* another
** a subitem
What I thought I should get is:
This is a header
Header 2
Some text I'm typing
a list itemanothera subitemThis is a header
Header 2! This is a header
!! Header 2
Some text I'm typing
* a list item
* another
** a subitem
! This is a header
!! Header 2
!!!Some text I'm typing ( Now a header 3)
* a list item
* another
** a subitem
That's because lists (and most of TW text) requires a blank line BEFORE to become active (be parsed correctly)
Oh my gosh, I truly thought I was going crazy (I've got a killer head cold at the moment, feeling rather foggy!)
Completely unintuitive, because I used to have to do:
!Heading
*some text
!!subheading
why don't you use a span?
On 25 Aug 2016, at 02:59, David Someone <david...@gmail.com> wrote:That's because lists (and most of TW text) requires a blank line BEFORE to become active (be parsed correctly)