Class: Markly::Merge::FileAnalysis
- Inherits:
-
Markdown::Merge::FileAnalysis
- Object
- Markdown::Merge::FileAnalysis
- Markly::Merge::FileAnalysis
- Defined in:
- lib/markly/merge/file_analysis.rb
Overview
File analysis for Markdown files using Markly.
This is a thin wrapper around Markdown::Merge::FileAnalysis that:
- Forces the :markly backend
- Sets the default freeze token to “markly-merge”
- Exposes markly-specific options (flags, extensions)
Constant Summary collapse
- DEFAULT_FREEZE_TOKEN =
Default freeze token for markly-merge
"markly-merge"