Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paws Markdown parser

don't use this.

it's a scuffed markdown parser that I use for my blog, if you want some examples of what it parses go to https://sirpaws.dev and pick a post, then replace the POST_NAME.html with md/POST_NAME.md

PDF Frontmatter

for all other outputs frontmatter is ignored, but it's used for pdf files to add headers, footers, line height, and base text size

---
pdf-text-size: 11
pdf-line-height: 1
pdf-header-left: Something on the left!
pdf-footer-left: %p of %np
pdf-footer-right: %page of %pages
---

writing pdf-footer or pdf-header is equivalent to pdf-footer-center, and pdf-header-center the %p and %page inserts the page number at the location (in the header), where %np and %pages inserts the number of pages

How do I build it?

¯\(ツ)

About

this is my scuffed markdown parser for my own markdown syntax

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages