Skip to content

Conversation

@vcarl
Copy link
Member

@vcarl vcarl commented Nov 9, 2025

No description provided.

@what-the-diff
Copy link

what-the-diff bot commented Nov 9, 2025

PR Summary

  • Enhancement in Markdown Styles

    • The visual presentation of bulleted lists (ul) has been improved by removing the default bullet points (list-style: none).
    • Changes to the summary style have been made to improve readability and clarity. This involves changing the margin size on the left (using margin-left: -2rem).
  • Creation of rehypeWrapTimecodes.ts

    • We now have a new tool (Rehype plugin) focused on improving how time code patterns are displayed in our documentation. This is achieved by enclosing them in <code> tags.
    • The plugin checks list items (in li tags) for specific structures matching timecodes and applies the necessary visual formatting.
    • It also neatens up the text by removing unnecessary brackets and ensuring that timecodes are distinctly visible, essentially enhancing readability.
  • Improvements in retrieveMdPages.ts

    • Our Markdown page retrieval process has been augmented with the newly created rehypeWrapTimecodes plugin.
    • The rehypeWrapTimecodes plugin has been inserted into our Markdown processing pipeline, thus, ensuring every markdown page benefits from the new timecode formatting.

@netlify
Copy link

netlify bot commented Nov 9, 2025

Deploy Preview for reactiflux ready!

Name Link
🔨 Latest commit 086ea07
🔍 Latest deploy log https://app.netlify.com/projects/reactiflux/deploys/69114ed8cbe99f000854ab86
😎 Deploy Preview https://deploy-preview-356--reactiflux.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@vcarl vcarl merged commit 89d6356 into main Nov 10, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants