Skip to content

Commit 7d9d830

Browse files
committed
fix ci errors
1 parent 00dd4cc commit 7d9d830

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

MAUI/MarkdownViewer/Appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The appearance of headings and body content in SfMarkdownViewer can be customize
9797
}
9898

9999
{% endhighlight %}
100-
{% tabs %}
100+
{% endtabs %}
101101

102102
![Sample markdown content appearance customization](images/maui-markdown-viewer-appearance.png)
103103

MAUI/MarkdownViewer/MarkdownSources.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The (SfMarkdownViewer)[] control supports flexible input sources, allowing devel
1616
Assign a Markdown-formatted string to the `Source` property of the SfMarkdownViewer control to render markdown content directly within your application.
1717

1818
{% tabs %}
19-
2019
{% highlight xaml %}
2120

2221
<ContentPage>
@@ -69,7 +68,6 @@ Assign a Markdown-formatted string to the `Source` property of the SfMarkdownVie
6968
}
7069

7170
{% endhighlight %}
72-
7371
{% endtabs %}
7472

7573
## From Local File
@@ -137,14 +135,12 @@ To load Markdown content from a local `.md` file, you can directly specify the f
137135
}
138136

139137
{% endhighlight %}
140-
{% endtabs %}
141138

142139
## From URL
143140

144141
Markdown content can be loaded directly from a publicly accessible URL. This is useful for displaying remote documentation, release notes, or any Markdown file hosted online.
145142

146143
{% tabs %}
147-
148144
{% highlight xaml %}
149145

150146
<ContentPage>

0 commit comments

Comments
 (0)