Sha256: fb7a3cbe9139a832ba994a822430f657fcdb3e57998a7a1b9e16b2a25c2cebb2

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

require 'markdown_helper'

# Option :printine suppresses the addition of comments.
markdown_helper = MarkdownHelper.new(:pristine => true)
markdown_helper.create_page_toc('text.md', 'toc.md')
markdown_helper.include('includer.md', 'page.md')

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
markdown_helper-2.1.0 markdown/use_cases/tables_of_contents/create_and_include_page_toc/create_and_include.rb
markdown_helper-2.0.0 markdown/use_cases/tables_of_contents/create_and_include_page_toc/create_and_include.rb
markdown_helper-1.9.9 markdown/use_cases/tables_of_contents/create_and_include_page_toc/create_and_include.rb
markdown_helper-1.9.5 markdown/use_cases/tables_of_contents/create_and_include_page_toc/create_and_include.rb