since, there's no option to create asciidocs from the webUI
I pushed them from my machine
But .adoc files are not being displayed on wiki
---
Upstream: https://github.com/go-gitea/gitea/issues/19117
This seems to be a feature requests, as Gitea currently only supports files with a .md suffix and thus only Markdown rendering within the Gitea.
But README.adoc is rendered properly on main repo
> This seems to be a feature requests, as Gitea currently only supports files with a `.md` suffix and thus only Markdown rendering within the Gitea.
But README.adoc is rendered properly on main repo
Yes, but that doesn't imply that Gitea also renders it on the wiki. Currently it's hardcoded to only allow markdown files.
> But README.adoc is rendered properly on main repo
Yes, but that doesn't imply that Gitea also renders it on the wiki. Currently it's hardcoded to only allow markdown files.
since, there's no option to create asciidocs from the webUI
I pushed them from my machine
But .adoc files are not being displayed on wiki
Upstream: https://github.com/go-gitea/gitea/issues/19117
This seems to be a feature requests, as Gitea currently only supports files with a
.md
suffix and thus only Markdown rendering within the Gitea.But README.adoc is rendered properly on main repo
Yes, but that doesn't imply that Gitea also renders it on the wiki. Currently it's hardcoded to only allow markdown files.
https://github.com/go-gitea/gitea/issues/19117
here's the related issue on their github