Hello,
When exporting from org to html using
#+begin_quote
quotes
#+end_quote
it generates html code
quotes
Is there a way to specify the language for quoted text? For example,
#+begin_quote :lang=jp
quotes
#+end_quote
will generate
quotes
If it is not available now, would someon
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_