mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-04 06:22:35 +00:00
feat: add support for --content-appearance
This commit is contained in:
committed by
Manuel Rüger
parent
d2717f031d
commit
9516939c7d
@@ -122,7 +122,7 @@ func resolveLink(
|
||||
|
||||
// This helps to determine if found link points to file that's
|
||||
// not markdown or have mark required metadata
|
||||
linkMeta, _, err := metadata.ExtractMeta(linkContents, spaceForLinks, titleFromH1, titleFromFilename, filepath, parents, titleAppendGeneratedHash)
|
||||
linkMeta, _, err := metadata.ExtractMeta(linkContents, spaceForLinks, titleFromH1, titleFromFilename, filepath, parents, titleAppendGeneratedHash, "")
|
||||
if err != nil {
|
||||
log.Errorf(
|
||||
err,
|
||||
|
||||
Reference in New Issue
Block a user