PandocSettings.

FileScope Property

Summary

Parse each file individually before combining for multifile documents. This will allow footnotes in different files with the same identifiers to work as expected.If this option is set, footnotes and links will not work across files. Reading binary files (docx, odt, epub) implies --file-scope.
Assembly
Cake.Pandoc.dll
Namespace
Cake.Pandoc
Containing Type
PandocSettings

Syntax

public bool FileScope { get; set; }

Attributes

Type Description
DataMemberAttribute

Value

Type Description
bool