Class: Banzai::Pipeline::NotePipeline

Inherits:
FullPipeline show all
Defined in:
lib/banzai/pipeline/note_pipeline.rb

Class Method Summary collapse

Class Method Details

.transform_context(context) ⇒ Object



6
7
8
9
10
11
# File 'lib/banzai/pipeline/note_pipeline.rb', line 6

def self.transform_context(context)
  super(context).merge(
    # TableOfContentsFilter
    no_header_anchors: true
  )
end