How would the source for the math then work? On Tue, Aug 8, 2017 at 12:45 AM Nicolas Goaziou wrote: > Hello, > > bruce robertson writes: > > > multi-line comments or expressions appearing to be headings break block. > > > > * top > > > > #+begin_src php > > /* > > *do not prepend a space to 'do' > > */ > > b = 2 > > *3; // do not prepend a space to '3' > > #+end_src > > You need to prepend a comma before the asterisks. See (info "(org)Literal > examples"). > > Regards, > > -- > Nicolas Goaziou >