diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 4f71529..de8cbe0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -110,7 +110,7 @@ fn gemini_to_html(response: &Response, url: &Url) -> (String, String) { response_string.push_str("</ul>\n"); } - match line.get(0..2) { + match line.get(0..3) { Some(heading) => match heading { "###" => { |