redmine_markdown_extra_formatter icon indicating copy to clipboard operation
redmine_markdown_extra_formatter copied to clipboard

[OBSOLETE] Markdown Extra formatter plugin for Redmine.

Results 12 redmine_markdown_extra_formatter issues
Sort by recently updated
recently updated
newest added

Adds `Gemfile` and `Gemfile.lock` to the repository to handle the bluefeather dependency. I added this to allow the latest [Redmine](http://redmine.org) version which uses Bundler.

This changeset pulls in some of github's changes to markdown, so that text_like_this doesn't italicize. It also fixes macros for the latest redmine releases. And lastly, it auto-links URLs in...

The previous `heads_for_wiki_formatter` function is not getting called by Redmine's `layouts/base.rhtml`. (see Redmine [r5239](http://www.redmine.org/projects/redmine/repository/revisions/5239)) Patch also takes advantage of changes that permit this plugin's CSS to be included only on...

There are a couple of errors in the help text: 1. `Underline>` has an extra `>` at the end. 2. `Quote` should not start with a closing tag. This change...

it might fix juno/redmine_markdown_extra_formatter#5

The handy little formatting toolbar that is included with the default formatter goes away(not implemented?) when enabling this formatter. Any solution/patches for this?

I'm trying to use the {{toc}} macro in Redmine 1.0.1 with the latest version of the plugin, but am getting the following in my page: Error executing the toc macro...

assigned

Hey, when I use relative root rewrite in `additional_environment.rb` like `config.action_controller.relative_url_root = '/projects'` The formatting help link is rendered with `/projects/projects/(...)` and click on it produced 404, while regular Redmine...

When referencing ticket numbers using the `#123` syntax, the formatter will output the text: ``` redminemarkdownextraformatter1 ``` In the space where the link to the ticket should be.

When trying to format a code block that has indented lines surrounded by blank lines indented inside a list item, the blank-line-surrounded-indented-code ends up in a code sub-block. Example: 1....