Glen Whitney
b6ab0fb7ee
Reviewed-on: #25 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
13 lines
313 B
YAML
13 lines
313 B
YAML
site_name: Enable extraction from included files
|
|
docs_dir: refsite # dummy
|
|
plugins:
|
|
- semiliterate:
|
|
ignore: [refsite]
|
|
merge_docs_dir: false
|
|
include: ['.txt']
|
|
extract_on_copy: true
|
|
semiliterate:
|
|
- pattern: '\.txt'
|
|
extract: {start: '---', stop: '---'}
|
|
destination: 'polished.md'
|