cookbook[patch]: add strip of quotes (#19452)

This commit is contained in:
Erick Friis
2024-03-22 12:10:39 -07:00
committed by GitHub
parent 8a2528c34a
commit cceaca3e4f

View File

@@ -245,7 +245,7 @@
"\n",
"\n",
"def _parse(text):\n",
" return text.strip(\"**\")"
" return text.strip('\"').strip(\"**\")"
]
},
{