2022-07-12 19:14:41 +00:00
|
|
|
site_name: Enable extraction from included files
|
|
|
|
docs_dir: refsite # dummy
|
|
|
|
plugins:
|
|
|
|
- semiliterate:
|
2024-09-16 02:34:34 +00:00
|
|
|
ignore: [refsite]
|
2022-07-12 19:14:41 +00:00
|
|
|
merge_docs_dir: false
|
2024-09-16 02:34:34 +00:00
|
|
|
include: ['.txt']
|
2022-07-12 19:14:41 +00:00
|
|
|
extract_on_copy: true
|
|
|
|
semiliterate:
|
|
|
|
- pattern: '\.txt'
|
|
|
|
extract: {start: '---', stop: '---'}
|
|
|
|
destination: 'polished.md'
|