mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +08:00
JournalList: Remove #
They are jarring, as reported by a user.
This commit is contained in:
@ -78,6 +78,8 @@ class JournalList extends StatelessWidget {
|
||||
|
||||
var body = journal.body;
|
||||
body = body.replaceAll("\n", " ");
|
||||
body = body.replaceAll("#", "");
|
||||
body = body.trim();
|
||||
|
||||
var textTheme = Theme.of(context).textTheme;
|
||||
var children = <Widget>[];
|
||||
|
Reference in New Issue
Block a user