Class: Commonmarker::Merge::FileAnalysis
- Inherits:
-
Markdown::Merge::FileAnalysis
- Object
- Markdown::Merge::FileAnalysis
- Commonmarker::Merge::FileAnalysis
- Defined in:
- lib/commonmarker/merge/file_analysis.rb
Overview
File analysis for Markdown files using CommonMarker.
This is a thin wrapper around Markdown::Merge::FileAnalysis that:
- Forces the :commonmarker backend
- Sets the default freeze token to "commonmarker-merge"
- Exposes commonmarker-specific options
Constant Summary collapse
- DEFAULT_FREEZE_TOKEN =
Default freeze token for commonmarker-merge
'commonmarker-merge'