mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
remove extra prefix
This commit is contained in:
parent
8655a95e6e
commit
5146eac9c1
@ -23,7 +23,7 @@ Reader::Reader(
|
|||||||
);
|
);
|
||||||
|
|
||||||
set_markup(
|
set_markup(
|
||||||
Reader::make(
|
make(
|
||||||
GEMTEXT
|
GEMTEXT
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -112,7 +112,7 @@ Glib::ustring Reader::make(
|
|||||||
if (Line::Match::header(line, level, text))
|
if (Line::Match::header(line, level, text))
|
||||||
{
|
{
|
||||||
pango.append(
|
pango.append(
|
||||||
Reader::Make::header(
|
Make::header(
|
||||||
level,
|
level,
|
||||||
text
|
text
|
||||||
)
|
)
|
||||||
@ -129,7 +129,7 @@ Glib::ustring Reader::make(
|
|||||||
if (Line::Match::link(line, address, date, alt))
|
if (Line::Match::link(line, address, date, alt))
|
||||||
{
|
{
|
||||||
pango.append(
|
pango.append(
|
||||||
Reader::Make::link(
|
Make::link(
|
||||||
address,
|
address,
|
||||||
date,
|
date,
|
||||||
alt
|
alt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user