-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/content-renderingChanges how certain filetypes are displayedChanges how certain filetypes are displayedtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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 ?
tastytea, Jim-Bar, garyritchie, dvdgsng, anthonyvdotbe and 3 more
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/content-renderingChanges how certain filetypes are displayedChanges how certain filetypes are displayedtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.