mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 21:25:28 +00:00
add listing separator
This commit is contained in:
parent
a04ccbb476
commit
ec047cfcee
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ impl Template {
|
||||||
if matches!(self.format, Format::Gemtext) {
|
if matches!(self.format, Format::Gemtext) {
|
||||||
let mut b = Vec::with_capacity(t.len());
|
let mut b = Vec::with_capacity(t.len());
|
||||||
for this in t {
|
for this in t {
|
||||||
b.push(this.replace('#', "*"));
|
b.push(this.replace('#', "* "));
|
||||||
}
|
}
|
||||||
b.join("\n")
|
b.join("\n")
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue