We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c637e5 commit e846663Copy full SHA for e846663
src/BBCode.php
@@ -277,7 +277,7 @@ protected function parseAttributes(string $attributes):array{
277
278
// @todo: fix attributes pattern: accept single and double quotes around the value
279
if(preg_match_all('#(?<name>^|[[a-z]+)\=(["\']?)(?<value>[^"\']*?)2円(?: |$)#i', $attributes, $matches, PREG_SET_ORDER) > 0){
280
- print_r(['$attributes' => $attributes, '$matches' => $matches]);
+# print_r(['$attributes' => $attributes, '$matches' => $matches]);
281
282
foreach($matches as $attribute){
283
$name = empty($attribute['name']) ? $this->options->placeholder_bbtag : strtolower(trim($attribute['name']));
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments