镜像自地址
				https://github.com/quitesimpleorg/qsmaddy.git
				已同步 2025-11-04 02:29:28 +01:00 
			
		
		
		
	Added another character for bullet point("-")
这个提交包含在:
		@@ -54,7 +54,7 @@ public:
 | 
			
		||||
  static bool
 | 
			
		||||
  IsStartingLine(const std::string& line)
 | 
			
		||||
  {
 | 
			
		||||
    static std::regex re("^\\* .*");
 | 
			
		||||
    static std::regex re("^[\\*-] .*");
 | 
			
		||||
    return std::regex_match(line, re);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -89,7 +89,7 @@ protected:
 | 
			
		||||
    bool isStartOfNewListItem = IsStartingLine(line);
 | 
			
		||||
    uint32_t indentation = getIndentationWidth(line);
 | 
			
		||||
 | 
			
		||||
    static std::regex lineRegex("^(\\* )");
 | 
			
		||||
    static std::regex lineRegex("^([\\*-] )");
 | 
			
		||||
    line = std::regex_replace(line, lineRegex, "");
 | 
			
		||||
 | 
			
		||||
    if (!this->isStarted)
 | 
			
		||||
 
 | 
			
		||||
		在新工单中引用
	
	屏蔽一个用户