Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)Author
2022-07-10Do not unintended remove or modify link titles, fixes #2699Ferdinand Thiessen
2022-06-10Bring back inline code supportJulius Härtl
2022-06-08Implement toMarkdown for hard break instead of replacing after markdown trans...Julius Härtl
2022-05-24manual backport of #2426, refs #2411, Improve image attachment managementJulien Veyssier
2022-03-31fix: preserve td and th attributesMax
2022-03-31fix: table layout to match prosemirror expectationsMax
2022-03-31fix: keep tables separate in markdownMax
2022-03-31fix: handling of various table formatsMax
2022-03-31refactor: render Markdown in table nodesMax
2022-03-31feature: initial table supportMax
2022-03-22fix: detect callouts pasted from handbookMax
2022-03-14✅ (#2184): add markdown testsVinicius Reis
2022-03-14🚚 (#2184): use callout instead of callout-containerVinicius Reis
2022-03-14🚚 (#2184): rename feature to calloutsVinicius Reis
2022-03-14✨ (#2128): add markdown-it-containerVinicius Reis
2022-03-02fix: indicator of the task list.Max
2022-03-01Merge branch 'fix/master/image_data_urls' of https://github.com/DerpgonCz/tex...Max
2022-03-01update: replace the deprecated @babel/polyfillMax
2022-02-14fix: bring back horizontal ruleMax
2022-02-09upgrade: tiptap v2Azul
2022-02-07[master] Render data URL images as-isMichal Junek
2022-01-24handle __ as underline when loading markdown filesMax
2022-01-24refactor: move markdownit to its own directoryMax
2022-01-03add basic tests for ImageView.vueJulien Veyssier
2021-11-11fix: handling of preview urls and testsAzul
2021-11-11Mock current user in jestJulius Härtl
2021-11-11Adjust jest setupJulius Härtl
2021-11-11tests: provide current directory to ImageView test as optionAzul
2021-07-19Update use of `OCA.Viewer` api to the nextcloud 22 versionAzul
2020-09-25Fix images in public linksJulius Härtl
2020-08-11fix: use Viewer state to determine current dirAzul
2020-08-11links with complete urlsAzul
2020-08-11calculate dir for relative linksAzul
2020-08-11rewrite links to local filesAzul
2020-08-11refactor: define our own Link mark to rewrite hrefsAzul
2020-06-16Adjust ignored tests that fail due to whitespace changesJulius Härtl
2020-06-16Update spec to commonmark 0.29Julius Härtl
2020-06-09allow relative image sources with fileidAzul
2019-12-02Fix espacing and cover with tests (fixes #325)Julius Härtl
2019-12-02Implement checkbox supportJulius Härtl
2019-09-04Use tightLists optionJulius Härtl
2019-07-10Keep checkboxes as plain textJulius Härtl
2019-07-05Add test vectorsJulius Härtl
2019-07-02Use text node to serialize plain textJulius Härtl
2019-07-02Fix testsJulius Härtl
2019-07-02Allow plain text editing of filesJulius Härtl
2019-06-25Fix testsJulius Härtl
2019-06-12Add basic tests for markdown serializerJulius Härtl
2019-06-11TestsJulius Härtl