Class: Jekyll::AgentMarkdown::DocumentExporter::Contents
- Inherits:
-
Data
- Object
- Data
- Jekyll::AgentMarkdown::DocumentExporter::Contents
- 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
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
20 21 22 |
# File 'lib/jekyll/agent_markdown/document_exporter.rb', line 20 def body @body end |
#content ⇒ Object (readonly)
Returns the value of attribute content
20 21 22 |
# File 'lib/jekyll/agent_markdown/document_exporter.rb', line 20 def content @content end |