Hi,

I am using code like this in a jupyter notebook exporter:

#+BEGIN_SRC emacs-lisp
(org-export-string-as "** second heading"
              'md t '(:with-toc nil :with-tags nil))
#+END_SRC

I would expect that to export as:

## second heading

but what I get is:

#+RESULTS:
: 
: # second heading
: 

Am I missing something that would keep the heading level correct? Or is
this expected behavior?

Thanks,


-- 
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

Reply via email to