Fix stray end p tag in Obsidian callout titles

Also remove test references to deprecated funcs now in ERROR.

Closes #12828
This commit is contained in:
Bjørn Erik Pedersen
2024-09-05 10:46:47 +02:00
parent 8f2eac0195
commit 66a3a11001
7 changed files with 17 additions and 40 deletions

View File

@@ -147,8 +147,8 @@ func TestLastChange(t *testing.T) {
s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Configs: configs}, BuildCfg{SkipRender: true})
c.Assert(s.LastChange().IsZero(), qt.Equals, false)
c.Assert(s.LastChange().Year(), qt.Equals, 2017)
c.Assert(s.Lastmod().IsZero(), qt.Equals, false)
c.Assert(s.Lastmod().Year(), qt.Equals, 2017)
}
// Issue #_index