This commit is contained in:
Zel
2025-02-23 18:47:21 +08:00
parent eaaffeeccb
commit e46a7ca31c
104 changed files with 2630 additions and 2516 deletions

View File

@@ -6,7 +6,7 @@ namespace ZelWiki.Engine
internal static class WikiUtility
{
/// <summary>
/// Skips the namespace and returns just the page name part of the navigation.
/// 跳过命名空间,只返回导航的页面名称部分.
/// </summary>
/// <param name="navigation"></param>
/// <returns></returns>
@@ -50,7 +50,7 @@ namespace ZelWiki.Engine
}
/// <summary>
/// Gets a list of symbols where the symbol occurs consecutively, more than once. (e.g. "##This##")
/// 获取符号连续出现多次的符号列表. ("##This##")
/// </summary>
/// <param name="input"></param>
/// <returns></returns>