Re: [O] How to escape # character in #+begin_src bash block for html export?

2018-03-26 Thread Michael Welle
Hello, Nick Dokos writes: [...] > Michael Welle writes: > If you are trying to produce documentation and want to show commands > that the user should type then you probably need an example block: > > #+begin_example > # date > #+end_example another idea: How about using shell code blocks for r

Re: [O] How to escape # character in #+begin_src bash block for html export?

2018-03-25 Thread Nick Dokos
Michael Welle writes: > Hello, > > Abigaile Johannesburg writes: > >> Dear community, >> >> I have a minor question about how to escape '#' character in >> #+begin_src bash block. For example, when I export the source code >> block for bash, I can use >> >> #+begin_src bash >> $ >> #+end_src >>

Re: [O] How to escape # character in #+begin_src bash block for html export?

2018-03-25 Thread Michael Welle
Hello, Abigaile Johannesburg writes: > Dear community, > > I have a minor question about how to escape '#' character in > #+begin_src bash block. For example, when I export the source code > block for bash, I can use > > #+begin_src bash > $ > #+end_src > > > But if I want to use # for indicatin

[O] How to escape # character in #+begin_src bash block for html export?

2018-03-24 Thread Abigaile Johannesburg
Dear community, I have a minor question about how to escape '#' character in #+begin_src bash block. For example, when I export the source code block for bash, I can use #+begin_src bash $ #+end_src But if I want to use # for indicating commands for root or privileged user, if I use #+begin_