summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/common_mark
Commit message (Expand)AuthorAgeFilesLines
* Fixes rubocop offenses (#40197).Marius Balteanu2024-11-112-3/+3
* Disables @syntax_highlighter@ plugin shipped by commonmark (#40197).Marius Balteanu2024-11-112-1/+8
* Simplify code (#40197).Marius Balteanu2024-11-111-7/+3
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-112-21/+22
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...Marius Balteanu2024-11-032-29/+25
* Disable syntax_highlighter plugin shipped by commonmark (#40197).Marius Balteanu2024-11-032-1/+8
* Simplify code (#40197).Marius Balteanu2024-11-031-7/+3
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-032-21/+22
* Fix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdow...Go MAEDA2024-10-211-1/+27
* Add underline button to CommonMark Markdown toolbar (#40939).Go MAEDA2024-10-091-0/+3
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-1/+1
* Fix initial_page_content method to avoid referencing @page instance variable ...Go MAEDA2024-04-101-1/+1
* Fix RuboCop offense Layout/SpaceInsideStringInterpolation (#39111, #40137).Go MAEDA2024-03-081-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-269-9/+9
* Updates JS toolbar help button to use the new route (#39111, #40137).Marius Balteanu2024-02-191-12/+1
* Fix RuboCop offense Style/RedundantFreeze (#38585).Go MAEDA2024-01-271-2/+2
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-061-7/+12
* Update CommonMarker extension options linkGo MAEDA2023-01-311-1/+1
* CommonMark Markdown formatter does not support min-width, max-width, min-heig...Go MAEDA2023-01-111-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-019-9/+9
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+15
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+6
* Move methods related to wiki section to a helper file and include it in all 3...Marius Balteanu2022-06-161-1/+7
* Fix RuboCop offense Rails/RootPublicPath (#37248).Go MAEDA2022-06-141-1/+1
* Update footnotes markup after commonmarker gem update (#35892).Marius Balteanu2022-05-281-2/+2
* Fix Rubocop warnings.Marius Balteanu2022-05-171-1/+5
* Fix rendering invalid URI fails with exception in CommonMark Markdown (#36958).Marius Balteanu2022-05-031-1/+1
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-221-0/+2
* Makes Markdown and CommonMark formatters independent of each other (#32424).Marius Balteanu2022-01-041-8/+21
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-029-9/+9
* Append two spaces to lines when importing an email on CommonMark with hardbre...Marius Balteanu2021-10-032-1/+31
* Make hardbreaks behaviour configurable in config/configuration.yml (#32424).Marius Balteanu2021-10-031-2/+6
* Add "data-language" attribute to code block with the user-supplied language f...Marius Balteanu2021-08-152-2/+5
* Preserve the code block and remove the class from it when the language is not...Marius Balteanu2021-08-151-2/+2
* Fixed Replace class var @@allowlist with a class instance var (#32424).Marius Balteanu2021-08-111-1/+1
* Replace deprecated Sanitize keywords (#32424).Marius Balteanu2021-08-111-17/+17
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-111-5/+23
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...Marius Balteanu2021-08-118-0/+441