コード例 #1
0
 /// <summary>
 /// Sets <see cref="HtmlAttributes" /> to the <see cref="MarkdownObject" />
 /// </summary>
 /// <param name="obj">The markdown object.</param>
 /// <param name="attributes">The attributes to attach.</param>
 public static void SetAttributes(this IMarkdownObject obj, HtmlAttributes attributes)
 {
     obj.SetData(Key, attributes);
 }