obsidian-export/tests/testdata/input/main-samples
Nick Groenen 6033407266
new: support links referencing headings
Previously, links referencing a heading (`[[note#heading]]`) would just
link to the file name without including an anchor in the link target.
Now, such references will include an appropriate `#anchor` attribute.

Note that neither the original Markdown specification, nor the more
recent CommonMark standard, specify how anchors should be constructed
for a given heading.

There are also some differences between the various Markdown rendering
implementations.

Obsidian-export uses the [slug] crate to generate anchors which should
be compatible with most implementations, however your mileage may vary.

(For example, GitHub may leave a trailing `-` on anchors when headings
end with a smiley. The slug library, and thus obsidian-export, will
avoid such dangling dashes).

[slug]: https://crates.io/crates/slug
2021-01-04 21:45:00 +01:00
..
subdir Fix: correct relative links within embedded notes 2020-12-22 12:42:07 +01:00
.export-ignore Public release 2020-12-07 22:35:57 +01:00
embeds-note-in-subdir.md Fix: correct relative links within embedded notes 2020-12-22 12:42:07 +01:00
embeds-partial-note.md new: support embeds referencing headings 2021-01-04 19:12:51 +01:00
embeds.md Public release 2020-12-07 22:35:57 +01:00
excluded-note.md Public release 2020-12-07 22:35:57 +01:00
foo.md Public release 2020-12-07 22:35:57 +01:00
note-with-frontmatter.md Public release 2020-12-07 22:35:57 +01:00
note-with-headings.md new: support embeds referencing headings 2021-01-04 19:12:51 +01:00
note-without-frontmatter.md Public release 2020-12-07 22:35:57 +01:00
note.pdf Public release 2020-12-07 22:35:57 +01:00
obsidian-wikilinks.md new: support links referencing headings 2021-01-04 21:45:00 +01:00
partial-embed-at-EOF.md Public release 2020-12-07 22:35:57 +01:00
pure-markdown-examples.md Public release 2020-12-07 22:35:57 +01:00
white.png Public release 2020-12-07 22:35:57 +01:00