Remove irrelevant step from CodeTour

This commit is contained in:
Hugo Bernier 2020-06-11 22:47:25 -04:00
parent 04d3145a2a
commit c74013ac4a
1 changed files with 1 additions and 16 deletions

View File

@ -352,21 +352,6 @@
"line": 14,
"description": "We also use `markdown-it` to parse the Markdown from the rendered HTML so that we fully support the Adaptive Card schema."
},
{
"file": "src/controls/AdaptiveCard/AdaptiveCard.tsx",
"line": 84,
"description": "We have to do a little workaround here, but that's a temporary issue.\r\n\r\nThe May 2020 Adaptive Card templating library change the syntax from `{}` to `${}`, but the npm package doesn't seem to be updated yet. So we just replace all `${}` to `{}` so that you can use all the latest Adaptive Card templating samples without issues. \r\n\r\nWe'll fix this when the npm package is updated.",
"selection": {
"start": {
"line": 79,
"character": 8
},
"end": {
"line": 84,
"character": 61
}
}
},
{
"file": "src/controls/AdaptiveCard/AdaptiveCard.tsx",
"line": 132,