-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render Markdown inline #7
Comments
Is the |
I'm unsure about this - I don't think it's needed as of yet. The long-term semantics of the project aren't really well thought out and we might have inconsistencies as a result. Do we want the markdown to reflect the structure or the content? Because if it's just structure, then we can keep it out. But if it's content, and we try to parse things like bold/emphasis/images etc as well (outside of backticks), then it might get complicated without the There's also concerns with render backticks inside inline text. Maybe we should write a forward-looking markdown doc that reflects all the possible usecases/edgecases first? I started it here: https://github.com/captn3m0/pystitcher/wiki/All-Features |
Looks like I lost track of this sometime a couple of months back and just left it hanging, sorry about that 😅 |
fpdf2 has a guide for generating markdown->HTML with mistletoe, and then generating a PDF from there: https://py-pdf.github.io/fpdf2/CombineWithMistletoeoToUseMarkdown.html It just looks so ugly. |
Within the markdown, provide a way to declare pages that get rendered as stand-alone pages as well.
Renders a cover, a single page with the 3 lines as above, and then the foreword. So the colophon ends up linking to the middle text section
The text was updated successfully, but these errors were encountered: