Glen Whitney
f85c5fc6eb
That is to say, the destination will now be interpreted as an entire path relative to the source, not simply a filename in the same directory as the source. Resolves #20.
11 lines
288 B
YAML
11 lines
288 B
YAML
site_name: Enable extraction from included files
|
|
docs_dir: refsite # dummy
|
|
plugins:
|
|
- semiliterate:
|
|
ignore_folders: [refsite]
|
|
merge_docs_dir: false
|
|
semiliterate:
|
|
- pattern: 'raw\.txt'
|
|
extract: {start: '---', stop: '---'}
|
|
destination: '../finished/polished.md'
|