Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | debian/changelog: Add missing credit for toc fix | Simon McVittie | 2017-06-22 |
| | |||
* | 3.20170622 | Simon McVittie | 2017-06-22 |
| | |||
* | debian: Declare compliance with Debian Policy 4.0.0 | Simon McVittie | 2017-06-22 |
| | |||
* | debian: Use preferred https URL for Format of debian/copyright | Simon McVittie | 2017-06-22 |
| | |||
* | debian: Document more past changes | Simon McVittie | 2017-06-22 |
| | |||
* | meta: Specifically document [[!meta foo:bar="baz"]] as not working | Simon McVittie | 2017-06-22 |
| | |||
* | (no commit message) | j@d945f5982c686dda5ab7bc2ef45e09d388233fad | 2017-06-20 |
| | |||
* | osm: Convert savestate hook into a changes hook | Simon McVittie | 2017-06-20 |
| | | | | | | | | | | | | | savestate is not the right place to write wiki content, and in particular this breaks websetup if osm's dependencies are not installed, even if the osm plugin is not actually enabled. (Closes: #719913) This is not a full solution: it should be possible to render the PoI files for only the maps that changed, from the format, changes or rendered hook. However, getting that right would require more understanding of this plugin, and this version is enough to not break websetup. This version is the closest correct hook to the one where this previously took place. | ||
* | (no commit message) | alicef | 2017-06-12 |
| | |||
* | Ensure repo gets picked up by gitremotes script | https://tylercipriani.com/ | 2017-06-02 |
| | |||
* | Add jsonfeed patch | https://tylercipriani.com/ | 2017-06-01 |
| | |||
* | Add thcipriani repository | https://tylercipriani.com/ | 2017-06-01 |
| | |||
* | Add my user page | https://tylercipriani.com/ | 2017-06-01 |
| | |||
* | current headinganchors does not damage headings' attributes, although it ↵ | smcv | 2017-06-01 |
| | | | | does not act on those headings | ||
* | (no commit message) | smcv | 2017-06-01 |
| | |||
* | resolved | smcv | 2017-06-01 |
| | |||
* | response | anarcat | 2017-06-01 |
| | |||
* | response | anarcat | 2017-06-01 |
| | |||
* | (no commit message) | https://me.yahoo.com/a/GwQv.Tw.p_ux8p4eLf9CkcwYsQ--#2fdeb | 2017-05-26 |
| | |||
* | Added a comment: Please do not patch out the symlink check | smcv | 2017-05-26 |
| | |||
* | Added a comment: git-annex support | mail@b2ae8518bb6eba14728f86acae7830e4c2d9943d | 2017-05-25 |
| | |||
* | (no commit message) | openmedi | 2017-05-25 |
| | |||
* | Added a comment: I suggest asking macOS/brew people | smcv | 2017-05-22 |
| | |||
* | (no commit message) | qazwsx | 2017-05-21 |
| | |||
* | (no commit message) | qazwsx | 2017-05-21 |
| | |||
* | Added a comment | openmedi | 2017-05-19 |
| | |||
* | Suggested syntax does work, and has a test | smcv | 2017-05-19 |
| | |||
* | Document the special case for [[!meta name=foo content=bar]] | smcv | 2017-05-19 |
| | |||
* | it is (meant to be) possible, just not with that syntax | smcv | 2017-05-19 |
| | |||
* | (no commit message) | fmarier | 2017-05-18 |
| | |||
* | long out of date | bma@d2ddf927e0bde7166ad151d794bee58589bedb40 | 2017-05-16 |
| | |||
* | color, toc: Fix `make test` | Simon McVittie | 2017-05-16 |
| | |||
* | color: Use markup for the preserved CSS, not character data | Simon McVittie | 2017-05-16 |
| | | | | | | This still smuggles it past the sanitize step, but avoids having other plugins that want to capture text content without markup (notably toc) see the CSS as if it was text content. | ||
* | color: Add a unit test | Simon McVittie | 2017-05-16 |
| | |||
* | we should prefer existing IDs and only act as a fallback | smcv | 2017-05-16 |
| | |||
* | cross-reference i18nheadinganchors | smcv | 2017-05-16 |
| | |||
* | correct ID syntax | smcv | 2017-05-16 |
| | |||
* | browsers and specifications support more Unicode than we give them credit for | smcv | 2017-05-16 |
| | |||
* | close | smcv | 2017-05-16 |
| | |||
* | Add a simple unit test for [[!toc]] | Simon McVittie | 2017-05-16 |
| | |||
* | Prune dead links | Simon McVittie | 2017-05-16 |
| | |||
* | Reinstate a git repo that has come back | Simon McVittie | 2017-05-16 |
| | |||
* | use heading identifiers in TOC links | Antoine Beaupré | 2017-05-16 |
| | | | | | | | | | | | reasoning: if headings have identifiers, they are probably more useful anchors than the automatically generated anchors we build in the toc plugin. this can happen if, for example, you use the `multimarkdown` plugin, which inserts `id` tags for every header it encounters. this also leverages the `headinganchors` plugin nicely. keeps backwards-compatibility with old toc-generated #indexXhY anchors. | ||
* | Added a comment | smcv | 2017-05-16 |
| | |||
* | Clarify documentation | Simon McVittie | 2017-05-16 |
| | |||
* | Add a test-case for Markdown options | Simon McVittie | 2017-05-16 |
| | |||
* | mdwn: Don't enable alphabetically labelled ordered lists by default | Simon McVittie | 2017-05-16 |
| | | | | | | | | | | | This avoids misinterpreting initials ("C. S. Lewis was an author"), the abbreviation for Monsieur ("M. Descartes was a philosopher") and German page numbering ("S. 42") as ordered lists if they happen to begin a line. This only affects the default Discount implementation: Text::Markdown and Text::MultiMarkdown do not have this feature anyway. A new mdwn_alpha_list option can be used to restore the old interpretation. | ||
* | Added a comment | qazwsx | 2017-05-15 |
| | |||
* | mdwn: Enable footnotes by default when using Discount | Simon McVittie | 2017-05-14 |
| | | | | | A new mdwn_footnotes option can be used to disable footnotes in MultiMarkdown and Discount. | ||
* | mdwn: Don't mangle <style> into <elyts> under some circumstances | Simon McVittie | 2017-05-14 |
| | | | | | We can ask libdiscount not to elide <style> blocks, which means we don't have to work around them. |