Skip to content

tag <s> and <u> does not work together #594

@a5flutter

Description

@a5flutter

import 'package:flutter/material.dart';
import 'package:flutter_html/flutter_html.dart';

void main() {
WidgetsFlutterBinding.ensureInitialized();
runApp(MyApp());
}

class MyApp extends StatelessWidget {
@OverRide
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
body: Center(
child: Html(
data: 'bold stroke italic'),
),
),
);
}
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions