org-to-markdown icon indicating copy to clipboard operation
org-to-markdown copied to clipboard

org mode to markdown/mdx

Results 3 org-to-markdown issues
Sort by recently updated
recently updated
newest added

``` reason: 'Missing compiler for node of type `horizontalRule`: `[object Object]`', ``` Happens when processing an org file with: ``` ----- ```

It would be useful to export metadata like ``` #+title: First #+date: 2019-07-25 #+categories: intro volatile ``` as ```md --- title: "First Post" date: 2019-07-25 categories: [intro, volatile] --- ```...

Hi, thanks for your job. But i faced problem. When i trying convert text ``` * Hello - *bold* some text. - [[Some link][some text]] ``` I got such result:...