xmtp / xmtp-dot-org

xmtp.org, powered by Docusaurus
https://xmtp.org
MIT License
11 stars 25 forks source link

Good first issue for Vehid: Use Tailwind colors to apply GitHub styles to code blocks #25

Closed jhaaaa closed 2 years ago

jhaaaa commented 2 years ago

Per Matt and Darick, xmtp.org markdown files will render to HTML following GitHub markdown styles for as much as possible. This includes code blocks.

Matt suggested that a good first issue for Vehid would be to:

  1. Update the Docusaurus code block style to leverage Tailwind colors functionality.
  2. Use Tailwind colors functionality to make our code blocks display using GitHub code block style.
saulmc commented 2 years ago

We don't need to prescribe solutions -- if there's a more expedient way than Tailwind to adopt GitHub markdown/code block styles in Docusaurus, that should be fine.

jhaaaa commented 2 years ago

Addressed as of https://github.com/xmtp/xmtp-dot-org/pull/153