|
|
@ -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 |
|
|
|