Skip to content
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

Highlight #7

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Highlight #7

merged 3 commits into from
Jul 24, 2024

Conversation

lucasferreiralimax
Copy link
Member

Implement Highlight.js for Syntax Highlighting in Code Component

The goal is to enhance the readability of example code snippets by providing syntax highlighting.

  • Highlight.js Import: Imported the necessary modules and styles from Highlight.js.
  • Component Logic: Updated the component logic to apply syntax highlighting when the code is rendered or updated.
  • Example Usage: Added examples demonstrating the improved code readability with syntax highlighting.

Benefits

  • Improved Readability: Code snippets are now more readable and visually appealing, aiding in better understanding.
  • Language Support: Highlight.js supports a wide range of programming languages, making our examples versatile.
  • User Experience: Enhances the overall user experience by providing clear and colorful code examples.

@lucasferreiralimax lucasferreiralimax added the enhancement New feature or request label Jul 24, 2024
@lucasferreiralimax lucasferreiralimax self-assigned this Jul 24, 2024
@lucasferreiralimax lucasferreiralimax merged commit 823c60a into main Jul 24, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant