-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Description
Docs issue template
Instead of the directionless quote symbols in code " uses the open and closing quotes “” ( \u201C \u201D). Means copypaste of json fails.
Page link
https://os.mbed.com/docs/mbed-os/v6.15/program-setup/build-rules.html
Expected to find...
{
"target_overrides" : {
"*" : {
"target.features_add" : ["EXPERIMENTAL_API"]
}
}
}
Found
{
“target_overrides” : {
“*” : {
“target.features_add” : [“EXPERIMENTAL_API”]
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels