Closed dmitry-timofeev closed 4 years ago
Just in case it helps with the review, I keep a develop
branch with all the open PRs merged into it (and merge conflicts resolved): https://github.com/exonum/mkdocs-codeinclude-plugin/tree/develop
Trying to unpick these and forming a larger PR, #22, where I'll resolve the conflicts that have arisen
Allows targeting expressions to be on the next line:
I kept the usage of a regular expression to find the include definitions, but had to change the implementation to use
re.findall
and a multiline expression instead ofre.match
over a single line.The processing is now separated into three stages:
Resolves #9