We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc30d8 commit 116d1ceCopy full SHA for 116d1ce
1 file changed
Contentstack.Utils/Enums/MarkType.cs
@@ -31,12 +31,12 @@ public enum MarkType
31
/// This will specify the Mark type of text node as Superscript
32
/// </summary>
33
Superscript,
34
- /// <summary>
35
- /// This will specify the Mark type of text node as Superscript
36
- /// </summary>
+ /// <summary>
+ /// This will specify the class selector
+ /// </summary>
37
Class,
38
39
+ /// This will specify the id selector
40
41
Id
42
}
0 commit comments