1.0.0-alpha.7
Pre-release
Pre-release
- Added xref support for links like "xref:xyz" where "xyz" is the value of the "Xref" metadata, the document title with spaces converted to underscores if no "Xref" value is defined, or the source file name if neither of those are available.
- Added
IExecutionContext.TryGetXrefDocument()
andIExecutionContext.GetXrefDocument()
extension methods to get a document by xref. - Added
IExecutionContext.TryGetXrefLink()
andIExecutionContext.GetXrefLink()
extension methods to get a document link by xref.