Skip to content

First class support for RDoc wiki

Description

We support creating wiki in RDoc format, but there a few issues which prevent the process from being as smooth as creating wiki in Markdown:

  • In the wiki editor we say:

    To link to a (new) page, simply type [Link Title](page-slug)

This syntax does not work for RDoc (see #18287 (moved)). A working syntax for RDoc is here[link:additional-page] (http://stackoverflow.com/questions/2230954/is-there-any-way-to-easily-link-a-file-in-rdoc)

  • Wiki editor preview does not render RDoc (see #1193 (moved))
  • "Add bold text", "Add italic text", "Insert a quote", "Insert code", "Add a task list" and "Attach a file" do not work in RDoc

Proposal

  • Display correct hint how to create a link when "RDoc" is selected in the dropdown
  • Make sure that relative links work when wiki is displayed in "Project" tab - see #23806 (closed)
  • Do not display the rich editor when "RDoc" is selected (no Preview tab, no buttons for inserting elements, no Attach file) - first iteration

Links

See #24041 (moved) - analogous issue for AsciiDoc