@@ -1,5 +1,5 @@
-import { stringify } from '/ckeditor5/engine/dev-utils/view.js';
-import MarkdownDataProcessor from '/ckeditor5/markdown-gfm/gfmdataprocessor.js';
+import { stringify } from 'ckeditor5/engine/dev-utils/view.js';
+import MarkdownDataProcessor from 'ckeditor5/markdown-gfm/gfmdataprocessor.js';
/**
* Tests MarkdownDataProcessor.
@@ -3,7 +3,7 @@
* For licensing, see LICENSE.md.
*/
-import { testDataProcessor as test } from '/tests/markdown-gfm/_utils/utils.js';
+import { testDataProcessor as test } from 'tests/markdown-gfm/_utils/utils.js';
describe( 'GFMDataProcessor', () => {
describe( 'blockquotes', () => {
describe( 'code', () => {
@@ -3,8 +3,8 @@
const testCases = {
'backslash': { test: '\\\\', result: '\\' },
describe( 'headers', () => {
// Horizontal rules are are always rendered by GitHub as <hr> and normalized when converting
describe( 'images', () => {
describe( 'links', () => {
describe( 'lists', () => {
describe( 'paragraphs', () => {
describe( 'Strikethrough', () => {
describe( 'strong and emphasis', () => {
describe( 'tables', () => {
describe( 'tabs', () => {