Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
Rustom Mody writes: > Thorsten Jolitz wrote: > > This > > ,-- > | * 1st Level > | src_emacs-lisp{"Hello World"} > `-- > > renders this... > > does not seem to work for me. > Some requirements I need python c

Re: [O] Strings inside code blocks

2014-04-16 Thread Rustom Mody
Thorsten Jolitz wrote: > This > > ,-- > | * 1st Level > | src_emacs-lisp{"Hello World"} > `-- > > renders this... does not seem to work for me. Some requirements I need python code inline inside tables.

Re: [O] Strings inside code blocks

2014-04-16 Thread Thorsten Jolitz
Rustom Mody writes: > I want to put a string-literal inside an inline code-block > Neither > ~"Hello World"~ > nor ="Hello World"= seem to work > > If it cant be done then I need an html specific solution; I'd prefer a > generic one though. This ,-- | * 1st Level |

[O] Strings inside code blocks

2014-04-16 Thread Rustom Mody
I want to put a string-literal inside an inline code-block Neither ~"Hello World"~ nor ="Hello World"= seem to work If it cant be done then I need an html specific solution; I'd prefer a generic one though. Thanks Rusi