鏡像自
				https://github.com/quitesimpleorg/qsmaddy.git
				已同步 2025-10-31 01:09:30 +01:00 
			
		
		
		
	italicparser: Parse(): Add static keyword to regex
In line with the other parsers, add the static keyword to the regex.
此提交包含在:
		| @@ -39,7 +39,7 @@ public: | ||||
|   void | ||||
|   Parse(std::string& line) override | ||||
|   { | ||||
|     std::regex re("(?!.*`.*|.*<code>.*)\\*(?!.*`.*|.*<\\/code>.*)([^\\*]*)\\*(?!.*`.*|.*<\\/code>.*)"); | ||||
|     static std::regex re("(?!.*`.*|.*<code>.*)\\*(?!.*`.*|.*<\\/code>.*)([^\\*]*)\\*(?!.*`.*|.*<\\/code>.*)"); | ||||
|     static std::string replacement = "<i>$1</i>"; | ||||
|     line = std::regex_replace(line, re, replacement); | ||||
|   } | ||||
|   | ||||
		新增問題並參考
	
	封鎖使用者