diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 5f4df3f..af5ff5d 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -3,7 +3,7 @@ $header = <<<'EOF' This file is part of the ALTO Commonmark package. -© 2025–present Simon André +© 2025-Present Simon André For full copyright and license information, please see the LICENSE file distributed with this source code. diff --git a/src/Extension/CodeBlockTitle/CodeBlockTitleExtension.php b/src/Extension/CodeBlockTitle/CodeBlockTitleExtension.php index 03fa3f3..e707ec8 100644 --- a/src/Extension/CodeBlockTitle/CodeBlockTitleExtension.php +++ b/src/Extension/CodeBlockTitle/CodeBlockTitleExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/CodeBlockTitle/CodeBlockTitleRenderer.php b/src/Extension/CodeBlockTitle/CodeBlockTitleRenderer.php index 583189c..2037eca 100644 --- a/src/Extension/CodeBlockTitle/CodeBlockTitleRenderer.php +++ b/src/Extension/CodeBlockTitle/CodeBlockTitleRenderer.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/CodeBlockTitle/InfoStringParser.php b/src/Extension/CodeBlockTitle/InfoStringParser.php index b65487e..fd8f6d6 100644 --- a/src/Extension/CodeBlockTitle/InfoStringParser.php +++ b/src/Extension/CodeBlockTitle/InfoStringParser.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/CodeBlockTitle/README.md b/src/Extension/CodeBlockTitle/README.md index ee45a25..8e286ff 100644 --- a/src/Extension/CodeBlockTitle/README.md +++ b/src/Extension/CodeBlockTitle/README.md @@ -2,7 +2,7 @@ ## Summary -The detail that signals craft. Adds a `title="..."` attribute to any fenced code block info string and wraps the result in a semantic `
`/`
` pair. A small delta — but the kind of finish that separates a polished documentation site from a functional one. +The detail that signals craft. Adds a `title="..."` attribute to any fenced code block info string and wraps the result in a semantic `
`/`
` pair. A small delta -- but the kind of finish that separates a polished documentation site from a functional one. ## Installation @@ -55,4 +55,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/CodeBlockTitle/composer.json b/src/Extension/CodeBlockTitle/composer.json index 18f7784..975a9a5 100644 --- a/src/Extension/CodeBlockTitle/composer.json +++ b/src/Extension/CodeBlockTitle/composer.json @@ -4,14 +4,13 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "code-block", - "title", + "code-title", "figcaption", - "figure", "fenced-code", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/ContentSlicer/ContentSlicerExtension.php b/src/Extension/ContentSlicer/ContentSlicerExtension.php index 1c9106b..7af29e8 100644 --- a/src/Extension/ContentSlicer/ContentSlicerExtension.php +++ b/src/Extension/ContentSlicer/ContentSlicerExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/ContentSlicer/README.md b/src/Extension/ContentSlicer/README.md index 5ff175a..33322d5 100644 --- a/src/Extension/ContentSlicer/README.md +++ b/src/Extension/ContentSlicer/README.md @@ -2,7 +2,7 @@ ## Summary -Genuinely rare in the CommonMark ecosystem. Most processors stop at rendering headings as `

`…`

` tags — this one goes further and restructures the document into a properly nested `
` tree that mirrors the heading hierarchy. The result is semantic HTML you can actually target with CSS, query with JavaScript, and traverse with accessibility tooling. No custom syntax required. +Genuinely rare in the CommonMark ecosystem. Most processors stop at rendering headings as `

`…`

` tags -- this one goes further and restructures the document into a properly nested `
` tree that mirrors the heading hierarchy. The result is semantic HTML you can actually target with CSS, query with JavaScript, and traverse with accessibility tooling. No custom syntax required. ## Installation @@ -55,4 +55,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/ContentSlicer/SectionNode.php b/src/Extension/ContentSlicer/SectionNode.php index f7e695a..9e402ef 100644 --- a/src/Extension/ContentSlicer/SectionNode.php +++ b/src/Extension/ContentSlicer/SectionNode.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/ContentSlicer/SectioningListener.php b/src/Extension/ContentSlicer/SectioningListener.php index f69a9ab..f9909d8 100644 --- a/src/Extension/ContentSlicer/SectioningListener.php +++ b/src/Extension/ContentSlicer/SectioningListener.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/ContentSlicer/composer.json b/src/Extension/ContentSlicer/composer.json index a5798b7..f9c9bfc 100644 --- a/src/Extension/ContentSlicer/composer.json +++ b/src/Extension/ContentSlicer/composer.json @@ -4,14 +4,13 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "section", + "sectioning", "heading", - "hierarchy", "semantic-html", - "document-structure", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/HeadingLevel/HeadingLevelExtension.php b/src/Extension/HeadingLevel/HeadingLevelExtension.php index 1dc8cad..364986e 100644 --- a/src/Extension/HeadingLevel/HeadingLevelExtension.php +++ b/src/Extension/HeadingLevel/HeadingLevelExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/HeadingLevel/HeadingLevelProcessor.php b/src/Extension/HeadingLevel/HeadingLevelProcessor.php index 2c1e14f..831b7fa 100644 --- a/src/Extension/HeadingLevel/HeadingLevelProcessor.php +++ b/src/Extension/HeadingLevel/HeadingLevelProcessor.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/HeadingLevel/README.md b/src/Extension/HeadingLevel/README.md index 346f53a..0dbd815 100644 --- a/src/Extension/HeadingLevel/README.md +++ b/src/Extension/HeadingLevel/README.md @@ -2,7 +2,7 @@ ## Summary -The one you don't need until you really do — then it's irreplaceable. Transforms heading levels after parsing so that content written for one heading context can be safely embedded in another without hierarchy collisions. Supports fixed shifting, explicit level remapping, and a callback option that gives you complete control over every heading in the document. +The one you don't need until you really do -- then it's irreplaceable. Transforms heading levels after parsing so that content written for one heading context can be safely embedded in another without hierarchy collisions. Supports fixed shifting, explicit level remapping, and a callback option that gives you complete control over every heading in the document. ## Installation @@ -51,4 +51,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/HeadingLevel/composer.json b/src/Extension/HeadingLevel/composer.json index 9a5090e..3914095 100644 --- a/src/Extension/HeadingLevel/composer.json +++ b/src/Extension/HeadingLevel/composer.json @@ -4,14 +4,12 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "heading", "heading-level", - "shift", - "transform", - "document-composition", + "heading-shift", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/Import/ImportExtension.php b/src/Extension/Import/ImportExtension.php index 527a185..2259ef3 100644 --- a/src/Extension/Import/ImportExtension.php +++ b/src/Extension/Import/ImportExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/Import/README.md b/src/Extension/Import/README.md index c8a5fc3..ac3798c 100644 --- a/src/Extension/Import/README.md +++ b/src/Extension/Import/README.md @@ -2,7 +2,7 @@ ## Summary -Solves the copy-paste drift problem between documentation and source code. `@import` directives pull external file content directly into fenced code blocks at parse time — with optional line-range selection, language hinting, and indentation control. Your code samples stay in sync with the actual source by definition, not by discipline. +Solves the copy-paste drift problem between documentation and source code. `@import` directives pull external file content directly into fenced code blocks at parse time -- with optional line-range selection, language hinting, and indentation control. Your code samples stay in sync with the actual source by definition, not by discipline. ## Installation @@ -53,4 +53,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/Import/composer.json b/src/Extension/Import/composer.json index e2175ff..853f786 100644 --- a/src/Extension/Import/composer.json +++ b/src/Extension/Import/composer.json @@ -4,13 +4,13 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "import", "file-embed", "code-embed", - "directive", + "snippet", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/Include/IncludeExtension.php b/src/Extension/Include/IncludeExtension.php index a9a57a6..73cf618 100644 --- a/src/Extension/Include/IncludeExtension.php +++ b/src/Extension/Include/IncludeExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/Include/README.md b/src/Extension/Include/README.md index f954c82..ae90f35 100644 --- a/src/Extension/Include/README.md +++ b/src/Extension/Include/README.md @@ -2,7 +2,7 @@ ## Summary -The backbone of large documentation sets. `@include` directives pull in external markdown fragments and fully parse them inline — making one-file-per-section composition possible without a build system. Supports optional line-range selection for embedding partial files, with circular-include protection to keep deeply nested setups safe. +The backbone of large documentation sets. `@include` directives pull in external markdown fragments and fully parse them inline -- making one-file-per-section composition possible without a build system. Supports optional line-range selection for embedding partial files, with circular-include protection to keep deeply nested setups safe. ## Installation @@ -53,4 +53,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/Include/composer.json b/src/Extension/Include/composer.json index 4b5ee2e..b2acfdc 100644 --- a/src/Extension/Include/composer.json +++ b/src/Extension/Include/composer.json @@ -4,13 +4,13 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "include", "file-include", - "directive", + "partials", "document-composition", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/LinkRewriter/LinkRewriterExtension.php b/src/Extension/LinkRewriter/LinkRewriterExtension.php index 38ea8d9..9b7f558 100644 --- a/src/Extension/LinkRewriter/LinkRewriterExtension.php +++ b/src/Extension/LinkRewriter/LinkRewriterExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/LinkRewriter/LinkRewriterProcessor.php b/src/Extension/LinkRewriter/LinkRewriterProcessor.php index 0f90108..5f47b08 100644 --- a/src/Extension/LinkRewriter/LinkRewriterProcessor.php +++ b/src/Extension/LinkRewriter/LinkRewriterProcessor.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/LinkRewriter/README.md b/src/Extension/LinkRewriter/README.md index 6cc61c2..ec2e326 100644 --- a/src/Extension/LinkRewriter/README.md +++ b/src/Extension/LinkRewriter/README.md @@ -52,4 +52,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/LinkRewriter/Rewriter.php b/src/Extension/LinkRewriter/Rewriter.php index 1390702..d1541eb 100644 --- a/src/Extension/LinkRewriter/Rewriter.php +++ b/src/Extension/LinkRewriter/Rewriter.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/LinkRewriter/composer.json b/src/Extension/LinkRewriter/composer.json index a09bd40..7e2f20f 100644 --- a/src/Extension/LinkRewriter/composer.json +++ b/src/Extension/LinkRewriter/composer.json @@ -4,15 +4,13 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "link", - "url", - "rewrite", - "image", + "url-rewrite", "base-uri", - "redirect", + "image", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/Source/README.md b/src/Extension/Source/README.md index 4bc1aec..3c09349 100644 --- a/src/Extension/Source/README.md +++ b/src/Extension/Source/README.md @@ -2,7 +2,7 @@ ## Summary -The flagship of the set. `@source` directives embed a real file — not a copy — into your documentation at parse time, with automatic syntax class detection, precise line-range selection, optional line numbers, and per-line highlighting. Your docs and your source stay in sync by construction. +The flagship of the set. `@source` directives embed a real file -- not a copy -- into your documentation at parse time, with automatic syntax class detection, precise line-range selection, optional line numbers, and per-line highlighting. Your docs and your source stay in sync by construction. ## Installation @@ -52,4 +52,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/Source/SourceExtension.php b/src/Extension/Source/SourceExtension.php index 1e89322..22e9edc 100644 --- a/src/Extension/Source/SourceExtension.php +++ b/src/Extension/Source/SourceExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/Source/composer.json b/src/Extension/Source/composer.json index ff76cd9..9a01e2f 100644 --- a/src/Extension/Source/composer.json +++ b/src/Extension/Source/composer.json @@ -4,15 +4,13 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "source", "source-code", "syntax-highlight", "code-block", - "file-embed", - "directive", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/TableOfContents/README.md b/src/Extension/TableOfContents/README.md index 2280d7a..f134c91 100644 --- a/src/Extension/TableOfContents/README.md +++ b/src/Extension/TableOfContents/README.md @@ -2,7 +2,7 @@ ## Summary -A must-have for any document longer than a page. Place `@toc` where you want the contents list and the extension takes care of the rest: headings are collected, anchor IDs are assigned, and a navigable nested list is rendered — with filtering by level and configurable output style. +A must-have for any document longer than a page. Place `@toc` where you want the contents list and the extension takes care of the rest: headings are collected, anchor IDs are assigned, and a navigable nested list is rendered -- with filtering by level and configurable output style. ## Installation @@ -59,4 +59,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/TableOfContents/TableOfContentsExtension.php b/src/Extension/TableOfContents/TableOfContentsExtension.php index 5ba9350..d716c94 100644 --- a/src/Extension/TableOfContents/TableOfContentsExtension.php +++ b/src/Extension/TableOfContents/TableOfContentsExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/TableOfContents/composer.json b/src/Extension/TableOfContents/composer.json index 8ca8f37..397375f 100644 --- a/src/Extension/TableOfContents/composer.json +++ b/src/Extension/TableOfContents/composer.json @@ -4,15 +4,14 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", - "commonmark-extension", "markdown", + "commonmark", "toc", "table-of-contents", - "headings", - "navigation", - "anchor", - "directive", + "markdown-toc", + "summary", + "heading", + "commonmark-extension", "php", "alto" ], diff --git a/src/Extension/Tabs/README.md b/src/Extension/Tabs/README.md index ad6bd5e..45d731a 100644 --- a/src/Extension/Tabs/README.md +++ b/src/Extension/Tabs/README.md @@ -64,4 +64,4 @@ This extension is actively developed in the [`alto/commonmark`](https://github.c ## License -MIT License — [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) +MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto) diff --git a/src/Extension/Tabs/TabsExtension.php b/src/Extension/Tabs/TabsExtension.php index e90651c..2ebf1b6 100644 --- a/src/Extension/Tabs/TabsExtension.php +++ b/src/Extension/Tabs/TabsExtension.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/src/Extension/Tabs/composer.json b/src/Extension/Tabs/composer.json index c770ad9..ff92d08 100644 --- a/src/Extension/Tabs/composer.json +++ b/src/Extension/Tabs/composer.json @@ -4,14 +4,13 @@ "license": "MIT", "type": "library", "keywords": [ - "commonmark", "markdown", - "commonmark-extension", + "commonmark", "tabs", "tabbed-content", "aria", "accessibility", - "directive", + "commonmark-extension", "php", "alto" ], diff --git a/src/Testing/CommonMarkExtensionTestCase.php b/src/Testing/CommonMarkExtensionTestCase.php index 964e3dc..041ab0a 100644 --- a/src/Testing/CommonMarkExtensionTestCase.php +++ b/src/Testing/CommonMarkExtensionTestCase.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/FunctionMocks/FunctionMockRegistry.php b/tests/FunctionMocks/FunctionMockRegistry.php index 2bab235..3a56f66 100644 --- a/tests/FunctionMocks/FunctionMockRegistry.php +++ b/tests/FunctionMocks/FunctionMockRegistry.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/FunctionMocks/ImportFunctionMocks.php b/tests/FunctionMocks/ImportFunctionMocks.php index b4ade8a..744d1d6 100644 --- a/tests/FunctionMocks/ImportFunctionMocks.php +++ b/tests/FunctionMocks/ImportFunctionMocks.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/FunctionMocks/IncludeFunctionMocks.php b/tests/FunctionMocks/IncludeFunctionMocks.php index 9ce978b..3f4a9fb 100644 --- a/tests/FunctionMocks/IncludeFunctionMocks.php +++ b/tests/FunctionMocks/IncludeFunctionMocks.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/FunctionMocks/SourceFunctionMocks.php b/tests/FunctionMocks/SourceFunctionMocks.php index dc81419..d6330cd 100644 --- a/tests/FunctionMocks/SourceFunctionMocks.php +++ b/tests/FunctionMocks/SourceFunctionMocks.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/CodeBlockTitleExtensionTest.php b/tests/Integration/Extension/CodeBlockTitleExtensionTest.php index 7139f57..bc0e872 100644 --- a/tests/Integration/Extension/CodeBlockTitleExtensionTest.php +++ b/tests/Integration/Extension/CodeBlockTitleExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/ContentSlicerExtensionTest.php b/tests/Integration/Extension/ContentSlicerExtensionTest.php index a4890de..5f374ed 100644 --- a/tests/Integration/Extension/ContentSlicerExtensionTest.php +++ b/tests/Integration/Extension/ContentSlicerExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/HeadingLevelExtensionTest.php b/tests/Integration/Extension/HeadingLevelExtensionTest.php index 75e3724..3aafceb 100644 --- a/tests/Integration/Extension/HeadingLevelExtensionTest.php +++ b/tests/Integration/Extension/HeadingLevelExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/ImportExtensionTest.php b/tests/Integration/Extension/ImportExtensionTest.php index 1b2a795..b1eff85 100644 --- a/tests/Integration/Extension/ImportExtensionTest.php +++ b/tests/Integration/Extension/ImportExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/IncludeExtensionTest.php b/tests/Integration/Extension/IncludeExtensionTest.php index 7937663..cdd4a04 100644 --- a/tests/Integration/Extension/IncludeExtensionTest.php +++ b/tests/Integration/Extension/IncludeExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/LinkRewriterExtensionTest.php b/tests/Integration/Extension/LinkRewriterExtensionTest.php index f1fa84a..e351c76 100644 --- a/tests/Integration/Extension/LinkRewriterExtensionTest.php +++ b/tests/Integration/Extension/LinkRewriterExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/SourceExtensionTest.php b/tests/Integration/Extension/SourceExtensionTest.php index 7083876..82beb7e 100644 --- a/tests/Integration/Extension/SourceExtensionTest.php +++ b/tests/Integration/Extension/SourceExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/TableOfContentsExtensionTest.php b/tests/Integration/Extension/TableOfContentsExtensionTest.php index 832459b..f28fe17 100644 --- a/tests/Integration/Extension/TableOfContentsExtensionTest.php +++ b/tests/Integration/Extension/TableOfContentsExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Integration/Extension/TabsExtensionTest.php b/tests/Integration/Extension/TabsExtensionTest.php index 4fadf63..384cf00 100644 --- a/tests/Integration/Extension/TabsExtensionTest.php +++ b/tests/Integration/Extension/TabsExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Unit/Extension/CodeBlockTitle/CodeBlockTitleRendererTest.php b/tests/Unit/Extension/CodeBlockTitle/CodeBlockTitleRendererTest.php index c3be4e5..085d4f9 100644 --- a/tests/Unit/Extension/CodeBlockTitle/CodeBlockTitleRendererTest.php +++ b/tests/Unit/Extension/CodeBlockTitle/CodeBlockTitleRendererTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Unit/Extension/CodeBlockTitle/InfoStringParserTest.php b/tests/Unit/Extension/CodeBlockTitle/InfoStringParserTest.php index 271833e..840c097 100644 --- a/tests/Unit/Extension/CodeBlockTitle/InfoStringParserTest.php +++ b/tests/Unit/Extension/CodeBlockTitle/InfoStringParserTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Unit/Extension/ContentSlicer/SectioningListenerTest.php b/tests/Unit/Extension/ContentSlicer/SectioningListenerTest.php index 4ac237a..eea4f42 100644 --- a/tests/Unit/Extension/ContentSlicer/SectioningListenerTest.php +++ b/tests/Unit/Extension/ContentSlicer/SectioningListenerTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Unit/Extension/HeadingLevel/HeadingLevelExtensionTest.php b/tests/Unit/Extension/HeadingLevel/HeadingLevelExtensionTest.php index 45e6171..8bfbf61 100644 --- a/tests/Unit/Extension/HeadingLevel/HeadingLevelExtensionTest.php +++ b/tests/Unit/Extension/HeadingLevel/HeadingLevelExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Unit/Extension/LinkRewriter/LinkRewriterExtensionTest.php b/tests/Unit/Extension/LinkRewriter/LinkRewriterExtensionTest.php index 71ca27f..c385fa8 100644 --- a/tests/Unit/Extension/LinkRewriter/LinkRewriterExtensionTest.php +++ b/tests/Unit/Extension/LinkRewriter/LinkRewriterExtensionTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Unit/Testing/CommonMarkExtensionTestCaseTest.php b/tests/Unit/Testing/CommonMarkExtensionTestCaseTest.php index c902b33..35a80fe 100644 --- a/tests/Unit/Testing/CommonMarkExtensionTestCaseTest.php +++ b/tests/Unit/Testing/CommonMarkExtensionTestCaseTest.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code. diff --git a/tests/Utils/HtmlUtils.php b/tests/Utils/HtmlUtils.php index 98f618b..ba1d6f8 100644 --- a/tests/Utils/HtmlUtils.php +++ b/tests/Utils/HtmlUtils.php @@ -5,7 +5,7 @@ /* * This file is part of the ALTO Commonmark package. * - * © 2025–present Simon André + * © 2025-Present Simon André * * For full copyright and license information, please see * the LICENSE file distributed with this source code.