Open
Description
- Gitea version (or commit ref):
Gitea version 8670dec built with: bindata, sqlite
- Git version:
git version 2.15.3
- Operating system: Alpine 3.7
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Did not try yet
- Log gist:
Description
Hello,
I'm currently using asciidoctor
to render asciidoc readme files. These files contains include directives that the current process is unable to render correctly. The failure message displayed is Unresolved directive in <stdin> - include::filepath[]
My current understanding is that asciidoctor
is unable to find the included file from the environment it is run within. This seems pretty obvious as the content to render is given through the standard input.
Is there a way to circumvent this issue ?
What is the environment in which an external renderer is run within in order to produce the displayed markup ?