How do you add padding between paragraphs and bulleted items (and a few other styling questions)? #2589
Unanswered
lancejpollard
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I am making a markdown to docx converter using your library yay :) https://github.com/lancejpollard/md2docx.js/blob/make/index.ts . See the simple
doc
at the bottom for the styles I applied from your documentation.I have some questions about how to style some stuff.
ExternalLink
usage doesn't seem to be working.Basically I want like 16px of spacing between paragraphs and lists in a document, and to customize the spacing underneath and above headers based on their font size.
My document looks like this so far, but I would like it to look nicer.
Thanks for the help!
Cross-posted to StackOverflow: https://stackoverflow.com/questions/77975860/how-to-change-styling-of-paragraphs-and-list-items-in-docx-for-javascript
Beta Was this translation helpful? Give feedback.
All reactions