Class: Jekyll::AgentMarkdown::DocumentExporter::Contents

Inherits:
Data
  • Object
show all
Defined in:
lib/jekyll/agent_markdown/document_exporter.rb

Overview

The published bytes and the same document without the generated header. llms-full.txt renders its own heading and Source line, so inlining the published bytes there would repeat both and nest a second level-one heading under the section.

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



20
21
22
# File 'lib/jekyll/agent_markdown/document_exporter.rb', line 20

def body
  @body
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



20
21
22
# File 'lib/jekyll/agent_markdown/document_exporter.rb', line 20

def content
  @content
end