diff --git a/chart-sdk/react/stock-charts/getting-started.md b/chart-sdk/react/stock-charts/getting-started.md index 6f0c23ec5..ad2f0e7f1 100644 --- a/chart-sdk/react/stock-charts/getting-started.md +++ b/chart-sdk/react/stock-charts/getting-started.md @@ -166,6 +166,7 @@ The following code snippet demonstrates the complete configuration required to r {% tabs %} {% highlight ts tabtitle="~/src/App.tsx" %} +{% raw %} import { StockChartComponent, StockChartSeriesCollectionDirective, StockChartSeriesDirective, Inject, DateTime, CandleSeries @@ -231,6 +232,7 @@ function App() { } export default App; +{% endraw %} {% endhighlight %} {% endtabs %}