Skip to content

Commit a694612

Browse files
committed
Extend ContentType with markdown
1 parent 4f0ee0b commit a694612

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Moryx.ControlSystem/VisualInstructions/VisualInstruction.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public enum InstructionContentType
2020
/// </summary>
2121
Text,
2222
/// <summary>
23+
/// Markdown instruction
24+
/// </summary>
25+
Markdown,
26+
/// <summary>
2327
/// Media instruction
2428
/// </summary>
2529
Media

0 commit comments

Comments
 (0)