refactor: Adjust again to latest 'simple' commit
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

Now with even less code!
This commit is contained in:
Glen Whitney 2021-01-15 09:44:25 -08:00
parent 5a1f9e044a
commit d0904e40cb
7 changed files with 27 additions and 46 deletions

View file

@ -2,7 +2,7 @@ I'd like you to know that
really just about anything can go up here.
START right here, because everything else on this line is ignored:
| file
in{! xyzzy start: '(.*)' !}ion
in{! xyzzy extract: {start: '(.*)'} !}ion
STOP that distraction!
Now we can get back to our originally
scheduled qux.

View file

@ -12,9 +12,10 @@ Point: This should be ignored by semiliterate extraction.
---
And other features, such as extraction resumption.
Not to mention{! baz.qux start: START
terminate: STOP
replace: ['^\|(.*)$'] !}syntax and `{! escaped syntax !}`.
Not to mention{! baz.qux extract:
start: START
replace: ['^\|(.*)$']
terminate: STOP !}syntax and `{! escaped syntax !}`.
---
Unfortunate: the bar language has no real structure

View file

@ -7,8 +7,7 @@ plugins:
copy_standard_markdown: true
semiliterate:
- pattern: '(\.bar)$'
start: '---'
stop: '---'
extract: {start: '---', stop: '---'}
terminate: '!!!'
nav:
- About: README.md