scribble icon indicating copy to clipboard operation
scribble copied to clipboard

Feature request: --org-mode output

Open anthrolisp opened this issue 5 years ago • 3 comments

Feature request for org-mode output: --org-mode — org-mode source "fn.org"

anthrolisp avatar Feb 27 '19 21:02 anthrolisp

@anthrolisp Nice idea!

The markdown renderer might be a good starting point if you were to try this out

https://github.com/racket/scribble/blob/master/scribble-lib/scribble/markdown-render.rkt https://docs.racket-lang.org/scribble/running.html

spdegabrielle avatar May 21 '20 11:05 spdegabrielle

Markdown renderer is a great starting point! one issue I'm having is with these > that appear to be added as a prefix in code blocks

```racket
> (: misuse (String -> String))
> (define (misuse s)
--

(can't figure out how to escape the fence close)

could someone point me in the right direction for how to format code block output?

jackmac92 avatar Jun 26 '22 07:06 jackmac92

Try changing render-nested-flow. Look for the style 'code-inset.

bennn avatar Nov 03 '22 01:11 bennn