aboutsummaryrefslogtreecommitdiffstats
path: root/include/markdown.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | also some extra checking of server headers in upload functions
* hubzilla issue #901 - unicode characters in urls tripping up url regexes - ↵zotlabs2017-11-091-2/+2
| | | | these regexes have been modified to accept unicode "letters" which may preclude emojis and control sequences and symbols in url links; but should suffice for most legal URLs containing language context "text" glyphs.
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-24/+47
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* bring back the markdown post feature (after investing some effort to make it ↵zotlabs2017-10-221-4/+7
| | | | work)
* some bb-to-markdown issueszotlabs2017-08-031-5/+2
|
* add options flag to bb_to_markdown so we can distinguish between diaspora ↵zotlabs2017-07-301-2/+4
| | | | | | use and other use and therefore filter and adjust content selectively
* 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
| | | | | | | | Scalar Type Hints and Return Type Declarations were introduced in PHP7.
| * :hammer::white_check_mark: Add html2markdown unit tests.Klaus Weidenbach2017-05-271-9/+41
| | | | | | | | | | | | A tiny refactoring to make HTML 2 markdown conversion testable. Add some unit tests to check the behavior of the now used HTML2Markdown library. There are some differences compared to the old pixel418/markdownify library.
* | 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 ↵zotlabs2017-05-021-0/+52
| | | | | | | | relation to protocol plugins.
* | 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
| | | | | | | | The current version 2.0.0 (alpha) throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the HTML to Markdown converter for PHP to the current Markdownify 2.2.1. Used composer to manage this library.
* :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-271-20/+21
| | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library.
* remove per-page login css (home, login); add support for alternative ↵zotlabs2017-02-051-1/+36
| | | | markdown mention format
* rename bb2diaspora.php to markdown.phpzotlabs2017-02-021-0/+532