docbrown/app/services/markdown_processor
Daniel Uber 032378b3bd
Disable dash replacement filter in markdown fixer (#15839)
* Remove modify_hr_tags method definition

this breaks things that call it.

* Remove direct uses of modify_hr_tags fixer method

Remove from class METHODS lists, remove test cases about this behavior, and remove from
methods lists in test cases.

* Remove hr tag modification spec

Still don't understand what problem this was fixing, but I've removed
the test case.
2021-12-20 15:39:55 -06:00
..
fixer Disable dash replacement filter in markdown fixer (#15839) 2021-12-20 15:39:55 -06:00
parser.rb Extracting container for allowed tags & attrs (#15338) 2021-12-16 12:24:45 -05:00
traverser.rb Move MarkdownTraverser to service (#12282) 2021-01-20 11:29:42 -05:00