mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
implement text/nex renderer
This commit is contained in:
parent
02eb8e4a71
commit
337bf32707
7 changed files with 349 additions and 6 deletions
|
|
@ -198,7 +198,7 @@ fn render(
|
|||
} else if q.ends_with(".gmi") || q.ends_with(".gemini") {
|
||||
p.content.to_text_gemini(&u, d)
|
||||
} else {
|
||||
p.content.to_text_plain(d)
|
||||
p.content.to_text_nex(&u, d)
|
||||
};
|
||||
event(&p, "Parsed", Some(s));
|
||||
p.search.set(Some(t.text_view));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue