Charles Berry writes:
> Rafael gmail.com> writes:
>
>> I want that the result of exporting to markdown the following two blocks
>> be identical:
>
>
> You probably want a derived backend taking 'md as the parent.
Yes, that's what I feared.. :) I thought I could delay creating a
derived backend
Rafael gmail.com> writes:
>
>
> I want that the result of exporting to markdown the following two blocks
> be identical:
Rafael,
You probably want a derived backend taking 'md as the parent.
You want to tool up a src-block transcoder.
Look at org-html-src-block (which is what markdown uses
I want that the result of exporting to markdown the following two blocks
be identical:
#+begin_src org
#+BEGIN_MARKDOWN
2+3
#+END_MARKDOWN
#+BEGIN_SRC sage
2+3
#+END_SRC
#+end_src
I have tried the following, which seems similar to examples in the web,
and I think it shou