Skip to content
Permalink
|
# awk post-processor - after pandoc |
|
# re-creates !include sections extracted by tomd_pre.awk |
|
|
|
/^!include tomd-include-/ { |
|
while ((getline line < $2) > 0) { print line } |
|
close($2); |
|
next; |
|
} |
|
|
|
{ print } |
Something went wrong with that request. Please try again.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.