Showing the Author’s Name in the Block Quotations #7136
lnxpy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This quick trick would help you show the author's name in the block quotes. I have done some experiments and proposed using the text-marking feature inside the block quotes to specify the author's name. It needs
pymdownx.mark
to be included as amarkdown_extension
though.> You can define different input types, validations, default assignees, and default labels for your issue forms. ==GitHub Inc.==
Result:
Implementation
Once you have
pymdownx.mark
included in yourmarkdown_extensions
, use this custom CSS style for the look of your block quotations.You're welcome! :D
Beta Was this translation helpful? Give feedback.
All reactions