mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
38f7a8fb4c
Code blocks with `bash` language identifier were not rendering the `$`
prefix, while `shell` blocks did.
This ensures consistent command-line prompt rendering across both
`bash` and `shell` code blocks in the documentation.
(cherry picked from commit f462684211)