pulumi/pkg/codegen/testing/test/testdata/simple-enum-schema
Sean Holung 23313d6b0a
Fix deprecation note formatting (#15495)
fixes: https://github.com/pulumi/registry/issues/3983

This PR fixes up some issues with our deprecation message formatting.
The deprecation messages attached to enums were not being formatted at
all, due to a missing css class. Secondly, I also noticed there was a
whitespace missing in the deprecation message when it renders in the
browser, due to the leading `-` in `{{- .... -}}`, so I addressed that
here as well.

### enum deprecation

before:
![Screen Shot 2024-02-22 at 10 20 34
AM](https://github.com/pulumi/pulumi/assets/16751381/89cf20b7-ad05-4085-9a42-fd73f964e250)



after:
![Screen Shot 2024-02-22 at 9 54 43
AM](https://github.com/pulumi/pulumi/assets/16751381/a95a8302-e40f-43aa-96a2-44f14b505571)

### fix whitespace after "Deprecated:"

before:
![Screen Shot 2024-02-22 at 10 20 53
AM](https://github.com/pulumi/pulumi/assets/16751381/53f088fa-5f46-45e4-b217-536b0affa0cf)

after:
![Screen Shot 2024-02-22 at 9 54 29
AM](https://github.com/pulumi/pulumi/assets/16751381/fbc687a7-43aa-4b80-9f3b-cd3d9f3255a0)
2024-03-02 06:02:03 +00:00
..
docs Fix deprecation note formatting (#15495) 2024-03-02 06:02:03 +00:00
dotnet Remove UseSharedCompilation from .csproj codegen 2023-06-09 23:37:10 +01:00
go Revert "[sdk-gen/go] Fix compiling plain element type with plain maps" (#15059) 2024-01-05 15:22:41 +00:00
go-extras/tests export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
nodejs Support returning plain values from methods (#13592) 2023-11-18 06:02:06 +00:00
python [sdkgen/python] Require Python >=3.8 (#15368) 2024-02-04 19:07:53 +00:00
schema.json [go/sdk-gen] Generating SDK with generics (#13828) 2023-09-19 10:28:50 +00:00