Denis Engelhardt
Results
1
issues of
Denis Engelhardt
As far as I understand, double quotes (`"`) should be escaped with `"` in the generated HTML. `` and `&` are correctly escaped. ``` import 'package:highlight/highlight.dart' show highlight; main() {...