add return xmldoc in markdown unordered list

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-07 14:41:27 +07:00
parent 79a1d7b2b3
commit 64e9c5e9ba
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ protected override SpriteText CreateMarker() => base.CreateMarker().With(t =>
/// Get text marker based on <paramref name="level"/>
/// </summary>
/// <param name="level">The markdown level of current list item.</param>
/// <returns></returns>
/// <returns>The marker string of this list item</returns>
protected virtual string GetTextMarker(int level)
{
switch (level)