-
Notifications
You must be signed in to change notification settings - Fork 13
markdocdocumentationtags IContent
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Base interface for tags within ITag , IInnerTag and IListTag
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Documentation.Tags
MarkDoc.Documentation.Tags.IContent[[IContent]]
class MarkDoc.Documentation.Tags.IContent interfaceStyle;
end
Base interface for tags within ITag , IInnerTag and IListTag
Generated with MarkDoc