Convert Markdown processor to use inbuilt parser/generator instead of pandoc #1
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Reference: Pagwin/psb#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently markdown -> HTML conversion in psb is handled via Pandoc which is fine except it makes it harder to customize the output and increases cold compile time significantly which is annoying
TODO: