Skip to content

[MOVED-TO-GITLAB] A LaTeX renderer for the Blackfriday Markdown Processor

License

Notifications You must be signed in to change notification settings

blinderjay/blackfriday-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackfriday-LaTeX

Blackfriday-LaTeX is a LaTeX renderer for the Blackfriday Markdown processor (v2).

Warning: Both Blackfriday v2 and this renderer are a work-in-progress.

Supported features

Among others:

  • Optional preamble
  • Title page
  • Table of contents
  • Footnotes
  • Tables
  • Fenced source code

Math support

Since Markdown and CommonMark do not make any provision for parsing math, the renderer uses the following rules to render math:

  • Math blocks are introduced with code blocks having the math language specifier.

      ``` math
      x+y=z
      ```
    
  • Inline math is introduce with inline code prefixed by $$ (space matters).

      `$$ x+y=z`
    

Documentation

See godoc.org.

About

[MOVED-TO-GITLAB] A LaTeX renderer for the Blackfriday Markdown Processor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages