Skip to content

Covert markdown to Racket's scribble format

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE-APACHE
Unknown
LICENSE-MIT
Notifications You must be signed in to change notification settings

shawnw/racket-markdown-to-scribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-to-scribble

Convert markdown text to Scribble markup.

Some samples for testing:

  • a
  • bullet
  • list with code (+ 1 2) and markup

and

  1. a
  2. numbered
  3. list with code @linebreak and markup

a subsection

a code block
(+ 1 2)

and deeper subsubsection

some text with a link in it.

a block quote of text

Some text with @bold{scribble} markup that shouldn't be parsed.

and a second paragraph immediately following.

A level-4 heading

; a fenced code block of scheme
(+ 1 2 3)

and one of racket

(require racket/vector)
(define (do-some-stuff)
  #t)

these test different renderings for the scribble/manual lang.

About

Covert markdown to Racket's scribble format

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE-APACHE
Unknown
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages