- Issue created by @christophweber
- π©πͺGermany a.dmitriiev
a.dmitriiev β made their first commit to this issueβs fork.
- Merge request !3Issue #3515786 by a.dmitriiev: Make MD conversion service pluggable β (Merged) created by a.dmitriiev
- π©πͺGermany a.dmitriiev
As this issue β¨ Add an admin page for module parameters Active was done without taking into account the requirement from this issue, I have implemented the admin UI in MR from this issue with a new properties and new schema.
The MR provides html to markdown converter plugins and plugin manager for it. It is possible to change the default converter in admin UI and also the settings for all converters.
- πΊπΈUnited States christophweber
One small issue:
'#description' => $this->t("Set to true to turn 'br' into '\n' instead of ' \n'"),
in src/Plugin/HtmlToMarkdownConverter/LeagueHtmlToMarkdown.php is run through an HTML filter and the \n are suppressed.
I ended up with this, which looks a little better and is more explicit:
'#description' => $this->t("Set to true to turn 'br' into a simple newline '\\n' instead of two spaces followed by newline ' \\n'"),
- πΊπΈUnited States christophweber
Also added our new co-maintainers to README.md while I was at it.
The PR works well in my hands and code looks really clean, setting issue to RTBC.
-
christophweber β
committed 265bb70f on 1.0.x authored by
a.dmitriiev β
Issue #3515786 by a.dmitriiev: Make MD conversion service pluggable
-
christophweber β
committed 265bb70f on 1.0.x authored by
a.dmitriiev β