mkdocs-semiliterate/tests/fixtures/sibling-destination/mkdocs.yml
Glen Whitney f85c5fc6eb
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build is passing
fix(destination): Allow the destination to reside in an arbitrary directory
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.
2022-08-01 21:30:30 -07:00

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'