mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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;
|
var body = journal.body;
|
||||||
body = body.replaceAll("\n", " ");
|
body = body.replaceAll("\n", " ");
|
||||||
|
body = body.replaceAll("#", "");
|
||||||
|
body = body.trim();
|
||||||
|
|
||||||
var textTheme = Theme.of(context).textTheme;
|
var textTheme = Theme.of(context).textTheme;
|
||||||
var children = <Widget>[];
|
var children = <Widget>[];
|
||||||
|
Reference in New Issue
Block a user