On Sun, Oct 12, 2014 at 03:31:40PM +0300, Jay Pinkman wrote: > \ [[ ## Title > > Some *markdown* `maybe`? > > ]][[ > > : some ( forth -- ) code ; > : and ( a -- little ) more ; > > ]] > > > what you think?
]] ... [[ is used for "postpone mode", e.g.: : repeat ]] again then [[ ; immediate instead of : repeat postpone again postpone then ; immediate - anton