Remove irrelevant step from CodeTour
This commit is contained in:
parent
04d3145a2a
commit
c74013ac4a
|
@ -352,21 +352,6 @@
|
||||||
"line": 14,
|
"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."
|
"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",
|
"file": "src/controls/AdaptiveCard/AdaptiveCard.tsx",
|
||||||
"line": 132,
|
"line": 132,
|
||||||
|
|
Loading…
Reference in New Issue