mldoc icon indicating copy to clipboard operation
mldoc copied to clipboard

Another Emacs Org-mode and Markdown parser.

Results 23 mldoc issues
Sort by recently updated
recently updated
newest added

I try to use this tool to convert my logseq org-mode file into MD, all things right, but URL has broken. This is original org-mode file ``` * Blog.Agency :PROPERTIES:...

This original contents in Logseq, which contains the MarginNote URL Schemes: After I select these blocks and copy them as HTML, they will be: there are both missing two slash.

Fix https://github.com/logseq/logseq/issues/4693 Ignore tailing spaces in property value in markdown front matter. I don't have much knowledge about OCaml 🤣 requesting for review - [ ] Address the case that...

## current situation types: - rendered in display mode: `Latex_Environment` & `Displayed_Math` - rendered in inline mode: `Latex_Fragment Inline/Display` syntax: 1. `$content$`, TeX delimiters for inline math -> `Latex_Fragment Inline`...

This PR adds an `Inline.Escaped` type to keep the escaped state, which can be used for later output. Addresses #116

Following up to #112, when I use Mldoc's astExportMarkdown from js (via nbb), I observe that backslashes are removed from the resulting export. Steps to reproduce: ```sh # Build latest...

When I try to use this repo in the browser, I see an error related to the output that it uses `this` instead of `globalThis` or `window`. See the last...

https://github.com/logseq/logseq/issues/2843

org_js.bc.js now is `227K` compared to `163K` without ppx_yojson_deriving.