We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4071e commit b31312dCopy full SHA for b31312d
src/SpanElementParser.php
@@ -91,7 +91,7 @@ protected function spans($markup)
91
break;
92
93
default:
94
- $tag = 'code';
+ $tag = 'code';
95
$em[2] = $this->escape($em[2]);
96
}
97
0 commit comments