bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
14 stars 9 forks source link

feat: formatting of code snippet #105

Open sgammon opened 10 months ago

sgammon commented 10 months ago

Summary

This changeset fixes formatting of the Bazel module code snippet, and adds syntax highlighting with Prism. Additionally, the snippet can be customized to show as a dev_dependency.

Before: After:
Screenshot 2023-09-11 at 2 05 48 PM Screenshot 2023-09-11 at 2 06 00 PM

When the Customize this snippet area is expanded, controls are revealed. Checking the dev_dependency box updates the snippet accordingly:

Screenshot 2023-09-11 at 2 07 35 PM

Changelog

sgammon commented 9 months ago

@hobofan thank you for the review :) will fix