Create pipeline/filter converting ADF to markdown
using kramdown - Initial attmpt at using kramdown for ADF to kramdown conversion - Additional specs for marks code and link - Add support for strikethrough, superscipt and subscript - Add underline and textColor - Added blockquote, bull_list, heading, and rule - Add inlineCard and orderedList support - Added support for panel - Add codeBlock support - Added hardBreak and initial table support - Add emoji support - Add icons to panels - Add support for mediaSingle and mediaGroup - Add support for mentions - Fix mention and complex document md - Add handling of tables - Remove unnecessary guard - Added specs for invalid situations Add link to CommonMark spec for clarification and other minor changes Use `add_text` method and other minor changes Use a blockquote for panels instead of <hr> separation Correctly set the raw test for headings Adjust how mentions are generated and changes for other review comments Return original source for invalid documents
Showing
... | ... | @@ -140,6 +140,7 @@ gem 'deckar01-task_list', '2.3.1' |
gem 'gitlab-markup', '~> 1.7.1' | ||
gem 'github-markup', '~> 1.7.0', require: 'github/markup' | ||
gem 'commonmarker', '~> 0.20' | ||
gem 'kramdown', '~> 2.2.1' | ||
gem 'RedCloth', '~> 4.3.2' | ||
gem 'rdoc', '~> 6.1.2' | ||
gem 'org-ruby', '~> 0.9.12' | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment