aboutsummaryrefslogtreecommitdiffstats
path: root/include/markdown.php
Commit message (Expand)AuthorAgeFilesLines
* adjust encrypted content representation and also add it to bb_to_markdownMario2024-03-151-2/+21
* fix php warningsMario2022-10-121-1/+4
* missing use statementMario2021-06-051-0/+1
* league/html-to-markdown suports tables nowMario2021-06-051-72/+2
* get devHilmar R2021-03-011-3/+6
* Fix wrong URL detection with Markdown support enabledMax Kostikov2020-01-121-6/+6
* Better BBcode to Markdown conversionMax Kostikov2019-11-081-2/+5
* Better spoiler BBcode tag conversion to MarkdownMax Kostikov2019-08-231-1/+1
* Fix spoiler displaying while convert BBcode to markdownMax Kostikov2019-08-221-0/+3
* fix #1374Mario Vavti2019-05-241-0/+4
* Remove scale_external_images()Max Kostikov2018-12-171-2/+0
* fix markdown testsMario Vavti2018-10-301-1/+2
* really fix html2markdown() - when using environment, we must set the defaultsMario Vavti2018-10-301-5/+13
* fix html2markdown() and re-enable previously failing testsMario Vavti2018-10-301-9/+2
* fix phpunit error with html2markdown test and temporary disable failing markd...git-marijus2018-10-131-3/+4
* another try to fix Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityR...Mario Vavti2018-09-221-1/+4
* Revert "Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no nam...Mario2018-09-221-2/+0
* Fix PHP Warning: DOMDocument::loadHTML(): htmlParseEntityRef: no name in EntityMario Vavti2018-09-121-0/+2
* html-to-markdown adds a backslash infront of a hash after each new line - man...Mario Vavti2018-08-291-1/+4
* issue with mdpost addon and archive.org links which contain a full url as a p...zotlabs2018-08-131-2/+2
* add table support to markdownzotlabs2018-08-121-2/+79
* revert debug comment from the last commitMario Vavti2018-08-091-1/+1
* fix zid leaking to nonzot sites if markdown is enabledMario Vavti2018-08-091-3/+41
* hubzilla issue #1166zotlabs2018-05-091-2/+2
* new markdown lib seems to handle < and > correct. remove the workaraound.Mario Vavti2018-03-231-2/+2
* change to bbcode calling parameters: important: will require pulling addons;zotlabs2017-11-231-1/+1
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - th...zotlabs2017-11-091-2/+2
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-24/+47
* bring back the markdown post feature (after investing some effort to make it ...zotlabs2017-10-221-4/+7
* some bb-to-markdown issueszotlabs2017-08-031-5/+2
* add options flag to bb_to_markdown so we can distinguish between diaspora use...zotlabs2017-07-301-2/+4
* improve the formatting of shares when converting from bbcode to markdownzotlabs2017-07-261-0/+69
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-071-1/+0
|\
| * re-arrange a few functionszotlabs2017-06-071-67/+0
* | re-arrange a few functionszotlabs2017-05-301-67/+0
* | bring back html2markdown which went away in the mergezotlabs2017-05-301-0/+30
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-301-5/+4
|\|
| * Don't drop PHP5 support yet.Klaus Weidenbach2017-05-271-1/+1
| * :hammer::white_check_mark: Add html2markdown unit tests.Klaus Weidenbach2017-05-271-9/+41
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-231-4/+6
|\|
| * Replace Mardownify library with html-to-markdown library.Klaus Weidenbach2017-05-231-4/+3
| * handle mastodon urls in markdown/bbcode conversionzotlabs2017-05-101-2/+2
* | handle mastodon urls in markdown/bbcode conversionzotlabs2017-05-081-2/+2
* | finish the red conversion of the markdown utilities considering their relatio...zotlabs2017-05-021-0/+52
* | move all the diaspora content hacks to the diaspora pluginzotlabs2017-03-081-408/+9
* | DCV stuffzotlabs2017-03-071-20/+6
|/
* :arrow_up: :hammer: Upgrade Markdownify library.Klaus Weidenbach2017-03-051-6/+4
* :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-271-20/+21
* remove per-page login css (home, login); add support for alternative markdown...zotlabs2017-02-051-1/+36
* rename bb2diaspora.php to markdown.phpzotlabs2017-02-021-0/+532