дзеркало
https://github.com/quitesimpleorg/qsmaddy.git
синхронізовано 2025-12-14 18:39:28 +01:00
make Parser::Parse accept istreams instead of stringstream
Цей коміт міститься в:
@@ -73,11 +73,11 @@ public:
|
||||
* Parse
|
||||
*
|
||||
* @method
|
||||
* @param {const std::stringstream&} markdown
|
||||
* @param {const std::istream&} markdown
|
||||
* @return {std::string} HTML
|
||||
*/
|
||||
std::string
|
||||
Parse(std::stringstream& markdown) const
|
||||
Parse(std::istream& markdown) const
|
||||
{
|
||||
std::string result = "";
|
||||
std::shared_ptr<BlockParser> currentBlockParser = nullptr;
|
||||
|
||||
Посилання в новій задачі
Заблокувати користувача