First class support for AsciiDoc wiki
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Description
We support creating wiki in AsciiDoc format, but there a few issues which prevent the process from being as smooth as creating wiki in Markdown:
-
#15103 (closed): In the wiki editor we say:
To link to a (new) page, simply type
[Link Title](page-slug)This syntax does not work for AsciiDoc (see gitlab-ce#18287). A working syntax for AsciiDoc is
link:other- page[here](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#links) -
#13873 (closed): Wiki editor preview does not render AsciiDoc (see gitlab-ce#1193)
-
#202045: "Add italic text", "Add a task list" and "Attach a file" do not work in AsciiDoc
Proposal
The work has been split up into separate issues (linked above), once those are implemented this issue can be closed as well.
Links
See gitlab-ce#24042 - analogous issue for RDoc