obsidian-export/tests
Nick Groenen 8dc7e59a79
New: support postprocessors running on embedded notes
This introduces support for postprocessors that are run on the result of
a note that is being embedded into another note. This differs from the
existing postprocessors (which remain unchanged) that run once all
embeds have been processed and merged with the final note.

These "embed postprocessors" may be set through the new
`Exporter::add_embed_postprocessor` method.
2021-09-12 14:53:27 +02:00
..
testdata New: support postprocessors running on embedded notes 2021-09-12 14:53:27 +02:00
export_test.rs Move postprocessor tests into their own file for clarity 2021-09-12 12:50:11 +02:00
postprocessors_test.rs New: support postprocessors running on embedded notes 2021-09-12 14:53:27 +02:00