Skip to content

Commit 08bad19

Browse files
dessyordanovavladislav-todorov
authored andcommitted
wrong slash escaping after building the docs
1 parent 2af61fa commit 08bad19

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

libraries/radwordsprocessing/concepts/fields/toc-field.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,12 @@ __Example 1__ demonstrates how you can insert a TOC field.
6666

6767
#### __[C#] Example 1: Insert TOC field__
6868

69-
{{region cs-radwordsprocessing-concepts-toc-field_0}}
70-
69+
<pre><code>
7170
var document = new RadFlowDocument();
7271
var editor = new RadFlowDocumentEditor(document);
7372

7473
editor.InsertField("TOC \\f a ");
75-
76-
77-
{{endregion}}
74+
</code></pre>
7875

7976
This makes a list of all TC fields with the 'a' identifier.
8077

0 commit comments

Comments
 (0)