Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in markdown plugin meta description | ArthurHoaro | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #701 from ArthurHoaro/plugins/md-html-doc | Arthur | 2016-12-03 | 2 | -1/+21 |
|\ | | | | | Describe markdown HTML rendering and display a warning | ||||
| * | Describe markdown HTML rendering and display a warning | ArthurHoaro | 2016-12-01 | 2 | -1/+21 |
| | | | | | | | | Fixes #688 | ||||
* | | Markdown: fixes feed rendering with nomarkdown tag | ArthurHoaro | 2016-11-22 | 2 | -14/+34 |
|/ | | | | | | | | | | | * make sure we match exactly `nomarkdown` tag * pass the whole link data to stripNoMarkdownTag() to: * strip the noMD tag in taglist (array) * strip the tag in tags (string) Fixes #689 tmp | ||||
* | Fix an issue with links not being reversed in code blocks | ArthurHoaro | 2016-10-22 | 1 | -5/+6 |
| | | | | | | Fixes #672 + Markdown to HTML unit test | ||||
* | Use Composer to import Parsedown library | ArthurHoaro | 2016-10-22 | 2 | -1530/+0 |
| | | | | Reference #613 | ||||
* | Hashtag system | ArthurHoaro | 2016-06-06 | 1 | -2/+39 |
| | | | | | | * Hashtag are auto-linked with a filter search * Supports unicode * Compatible with markdown (excluded in code blocks) | ||||
* | The tag is no longer private | ArthurHoaro | 2016-05-30 | 1 | -3/+16 |
| | | | | A private tag is never loaded for visitor, making this feature useless. | ||||
* | Markdown: inline code background color | ArthurHoaro | 2016-05-13 | 1 | -0/+7 |
| | |||||
* | Process feeds content with Markdown | ArthurHoaro | 2016-03-26 | 1 | -0/+19 |
| | |||||
* | Update markdown plugin README documentation | ArthurHoaro | 2016-03-26 | 1 | -11/+23 |
| | | | | | * Add the `.nomarkdown` section. * Update misleading statements. | ||||
* | Markdown: Add the 'meta-tag' `.nomarkdown` which prevent a shaare from being ↵ | ArthurHoaro | 2016-03-21 | 1 | -0/+30 |
| | | | | | | parsed with markdown Also add the tag in tag list in edit_link, so it will appear on autocompletion. | ||||
* | Avoids populating a markdown empty container if there's no description. | kalvn | 2016-02-28 | 1 | -1/+4 |
| | |||||
* | Merge pull request #491 from ArthurHoaro/markdown-escape2 | Arthur | 2016-02-25 | 1 | -8/+29 |
|\ | | | | | Markdown: don't escape content + sanitize sensible tags | ||||
| * | Markdown: don't escape content + sanitize sensible tags | ArthurHoaro | 2016-02-19 | 1 | -8/+29 |
| | | | | | | | | Instead of trying to fix broken content for Markdown parsing, parse it unescaped, then sanatize sensible tags such as scripts, etc. | ||||
* | | adding styles for code & pre tags | Nicolas Danelon | 2016-02-19 | 1 | -0/+29 |
|/ | |||||
* | Fixes forced git changes | ArthurHoaro | 2016-01-31 | 3 | -57/+57 |
| | | | | Probably related to the introduction of .gitattribute with forced line ending. | ||||
* | PLUGIN Markdown | ArthurHoaro | 2016-01-03 | 6 | -0/+1880 |
Parse link description in Markdown (HTML) before rendering. * hard remove of Shaarli's HTML before parsing. * Using Parsedown <https://github.com/erusev/parsedown> PHP lib. * Includes basic markdown CSS. * Style: removed 400px height max limit for shaares. * Unit tests. |