Skip to content

Commit f5aad00

Browse files
committed
Add newlines in default bookmarks
1 parent e8cfda7 commit f5aad00

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/common/mod.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,19 @@ pub static HISTORY_FILE_PATH: Lazy<std::path::PathBuf> =
3939
Lazy::new(|| DATA_DIR_PATH.join("history.gemini"));
4040

4141
pub static DEFAULT_BOOKMARKS: &str = r"# Bookmarks
42+
4243
This is a gemini file where you can put all your bookmarks.
4344
You can even edit this file in a text editor. That's how you
4445
should remove bookmarks.
4546
46-
## Default bookmarks:
47+
## Default bookmarks
48+
4749
=> gemini://gemini.circumlunar.space/ Gemini project
4850
=> gemini://rawtext.club:1965/~sloum/spacewalk.gmi Spacewalk aggregator
4951
=> about:help About geopard + help
5052
51-
## Custom bookmarks:
53+
## Custom bookmarks
54+
5255
";
5356

5457
pub const STREAMABLE_EXTS: [&str; 8] = ["mp3", "mp4", "webm", "opus", "wav", "ogg", "mkv", "flac"];

0 commit comments

Comments
 (0)