Skip to content

Commit 88bac48

Browse files
committed
chore: remove highlightings as the syntax seems to be documented but bugged
1 parent 5e7776f commit 88bac48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/articles/de/Navigation/HowTo-RegisterRoutes-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Wenn zusätzliche Daten Objekte bei der Navigation dieser Route erforderlich sin
4343

4444
So sieht das zum Beispiel dann in der XamlNavigationApp aus, wo ich `Entity` nicht mehr benötigt habe und diese Route entsprechend zurück konvertiert habe:
4545

46-
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L82-L87?highlight=5)]
46+
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L82-L87)]
4747

4848
## Hierarchisch aufgebaute `RoutesMap`'s
4949

docs/articles/en/Navigation/HowTo-RegisterRoutes-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If additional data objects are required when navigating this route, you convert
4040

4141
For example, this is what it looks like in the XamlNavigationApp, where I no longer needed `Entity` and converted this route back accordingly:
4242

43-
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L82-L87?highlight=5)]
43+
[!code-csharp[](../../../../src/DevTKSS.Uno.XamlNavigationApp/App.xaml.cs#L82-L87)]
4444

4545
## Hierarchically Structured `RoutesMap`'s
4646

0 commit comments

Comments
 (0)