TYPO3 Parsedown Extra
Render markdown via the Parsedown-Extra library in TYPO3.
Use the Parsedown-Extra extension to output markdown in TYPO3. It includes a content element that interprets and renders markdown files aswell as other useful features such as syntax highlighting. You can also set global shortcuts using TypoScript.
Basis | |
---|---|
Parse email links using TYPO3 encryption | x |
Content element for selecting a markdown file to parse and display output | x |
ViewHelper for parsing markdown from individual sources | x |
ViewHelper for parsing markdown from files | x |
Define shortcuts globally via TypoScript | x |
Source code syntax highlighting via PrismJS | x |
Syntax highlighting via TypoScript | x |
€ 0.00 ex. VAT. |
Parsedown Extra Change-Log
2021-01-07 Release of Version 1.5.3
- [TASK] Add extra tags in composer.json
- [TASK] Add german translation
2020-11-13 Release of Version 1.5.2
- [BUGFIX] Check if markdown file exists in parsedown ViewHelper
2020-11-13 Release of Version 1.5.1
- [TASK] Change extra tags
2020-11-13 Release of Version 1.5.0
- [TASK] Disable Record storage page and Recursive in tt_content
- [FEATURE] Viewhelper file attribute
2020-06-25 Release of Version 1.4.2
- [TASK] Update extra tags in composer.json
- [TASK] Update description in ext_emconf.php
2020-06-04 Release of Version 1.4.1
- [TASK] Add extra tags in composer.json
- [BUGFIX] Fix version in ext_emconf.php
2020-05-25 Release of Version 1.4.0
- [TASK] Cleanup Change-Log
2020-01-13 Release of version 1.3.0
- [FEATURE] Add parameter for shift HTML headlines
- [FEATURE] Add parameter for disable email protection
2019-11-01 Release of version 1.2.2
- [TASK] Add Gitlab-CI configuration.
2019-11-01 Release of version 1.2.1
- [BUGFIX] Fix warning in TCA overrides.
- [TASK] Changing links inside documentation.
- [TASK] Remove DEV identifier.
- [BUGFIX] Fixing argument type in Parsedown ViewHelper.
2019-01-21 Release of version 1.2.0
- [TASK] Migration for TYPO3 9.5.
2018-10-24 Release of version 1.1.2
- [BUGFIX] Fixing pass configuration from TypoScript.
2018-10-10 Release of version 1.1.1
- [BUGFIX] Fixing array iteration of abbreviations.
2018-10-03 Release of version 1.1.0
- [TASK] Moving abbreviations configuration into TypoScript settings.
- [FEATURE] Adding configuration for CSS classes in HTML table tags.
- [FEATURE] Adding configuration for Link attributes in HTML a tags.
- [TASK] Working on documentation.
- [TASK] Removing FlexForm and using DB-Field for selected Markdown files.
- [TASK] Moving JavaScript into Footer
- [FEATURE] Add page module preview
- [TASK] Add icon as SVG
- [FEATURE] Add parseing for email links with TYPO3 encryption
- [TASK] Add a parse ViewHelper
2017-06-25 Release of version 1.0.0
- [TASK] Development of first version