Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Feel-ix-343/obsidian-markdown-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Mar 3, 2024
2 parents 730f2fb + a4009b2 commit 75fc7cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions TestFiles/A third test.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@




[](folder/Fiile)


[[Another Test]]


Expand Down
5 changes: 2 additions & 3 deletions TestFiles/folder/File.md → TestFiles/folder/Fiile.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

[[Another Test]]

# Heading

#tag/subtag

[[^]]


Here is a very simple and normal paragraph man!!!! ^1

Expand All @@ -15,4 +14,4 @@ more footntoe[^2]
[^2]: This is a different footntoe


[[folder/File#^ZxY7P]]
[[folder/Fiile#ZxY7P]]
4 changes: 4 additions & 0 deletions src/vault/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,11 @@ pub struct Refname {
}

impl Refname {
<<<<<<< HEAD
pub fn link_file_key(&self) -> Option<String> {
=======
fn link_file_key(&self) -> Option<String> {
>>>>>>> a4009b25ad2199ae2979475f1d03afebf051d93a

let path = &self.path.clone()?;

Expand Down

0 comments on commit 75fc7cb

Please sign in to comment.