Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ concurrency:
jobs:

cs:
uses: phpalto/.github/.github/workflows/CS.yml@main
uses: altophp/.github/.github/workflows/CS.yml@main

sa:
uses: phpalto/.github/.github/workflows/SA.yml@main
uses: altophp/.github/.github/workflows/SA.yml@main

tests:
strategy:
fail-fast: false
matrix:
php: ['8.3', '8.4', '8.5']
uses: phpalto/.github/.github/workflows/tests.yml@main
uses: altophp/.github/.github/workflows/tests.yml@main
with:
php-version: ${{ matrix.php }}
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ composer require alto/commonmark

| Extension | Description | GitHub | Packagist |
|-----------|-------------|--------|-----------|
| CodeBlockTitle | Titled fenced code blocks rendered as `<figure>` | [GitHub](https://github.com/PhpAlto/commonmark-code-block-title) | [Packagist](https://packagist.org/packages/alto/commonmark-code-block-title) |
| ContentSlicer | Wraps heading sections in semantic `<section>` elements | [GitHub](https://github.com/PhpAlto/commonmark-content-slicer) | [Packagist](https://packagist.org/packages/alto/commonmark-content-slicer) |
| HeadingLevel | Shift or remap heading levels across the document | [GitHub](https://github.com/PhpAlto/commonmark-heading-level) | [Packagist](https://packagist.org/packages/alto/commonmark-heading-level) |
| Import | Import file contents into code blocks with line ranges | [GitHub](https://github.com/PhpAlto/commonmark-import) | [Packagist](https://packagist.org/packages/alto/commonmark-import) |
| Include | Inline-include Markdown fragments for doc composition | [GitHub](https://github.com/PhpAlto/commonmark-include) | [Packagist](https://packagist.org/packages/alto/commonmark-include) |
| LinkRewriter | Rewrite links & images via base URI, map, or regex | [GitHub](https://github.com/PhpAlto/commonmark-link-rewriter) | [Packagist](https://packagist.org/packages/alto/commonmark-link-rewriter) |
| Source | Embed source files with line numbers and highlighting | [GitHub](https://github.com/PhpAlto/commonmark-source) | [Packagist](https://packagist.org/packages/alto/commonmark-source) |
| TableOfContents | Auto-generated TOC from headings via `@toc` | [GitHub](https://github.com/PhpAlto/commonmark-table-of-contents) | [Packagist](https://packagist.org/packages/alto/commonmark-table-of-contents) |
| Tabs | Accessible ARIA tabbed UI from a simple `@tabs` directive | [GitHub](https://github.com/PhpAlto/commonmark-tabs) | [Packagist](https://packagist.org/packages/alto/commonmark-tabs) |
| CodeBlockTitle | Titled fenced code blocks rendered as `<figure>` | [GitHub](https://github.com/altophp/commonmark-code-block-title) | [Packagist](https://packagist.org/packages/alto/commonmark-code-block-title) |
| ContentSlicer | Wraps heading sections in semantic `<section>` elements | [GitHub](https://github.com/altophp/commonmark-content-slicer) | [Packagist](https://packagist.org/packages/alto/commonmark-content-slicer) |
| HeadingLevel | Shift or remap heading levels across the document | [GitHub](https://github.com/altophp/commonmark-heading-level) | [Packagist](https://packagist.org/packages/alto/commonmark-heading-level) |
| Import | Import file contents into code blocks with line ranges | [GitHub](https://github.com/altophp/commonmark-import) | [Packagist](https://packagist.org/packages/alto/commonmark-import) |
| Include | Inline-include Markdown fragments for doc composition | [GitHub](https://github.com/altophp/commonmark-include) | [Packagist](https://packagist.org/packages/alto/commonmark-include) |
| LinkRewriter | Rewrite links & images via base URI, map, or regex | [GitHub](https://github.com/altophp/commonmark-link-rewriter) | [Packagist](https://packagist.org/packages/alto/commonmark-link-rewriter) |
| Source | Embed source files with line numbers and highlighting | [GitHub](https://github.com/altophp/commonmark-source) | [Packagist](https://packagist.org/packages/alto/commonmark-source) |
| TableOfContents | Auto-generated TOC from headings via `@toc` | [GitHub](https://github.com/altophp/commonmark-table-of-contents) | [Packagist](https://packagist.org/packages/alto/commonmark-table-of-contents) |
| Tabs | Accessible ARIA tabbed UI from a simple `@tabs` directive | [GitHub](https://github.com/altophp/commonmark-tabs) | [Packagist](https://packagist.org/packages/alto/commonmark-tabs) |

## Extensions

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"email": "smn.andre@gmail.com"
}
],
"homepage": "https://github.com/PhpAlto/commonmark",
"homepage": "https://github.com/altophp/commonmark",
"support": {
"issues": "https://github.com/PhpAlto/commonmark/issues",
"docs": "https://github.com/PhpAlto/commonmark#readme"
"issues": "https://github.com/altophp/commonmark/issues",
"docs": "https://github.com/altophp/commonmark#readme"
},
"funding": [
{
Expand Down
4 changes: 2 additions & 2 deletions docs/CodeBlockTitle.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ The output uses stable hooks: `.code-block.has-title`, `.code-title`, and a

---

> **This package is part of the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
> **This package is part of the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
4 changes: 2 additions & 2 deletions docs/ContentSlicer.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ Content that appears before the first wrapped heading stays at the document root

---

> **This package is part of the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
> **This package is part of the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
4 changes: 2 additions & 2 deletions docs/HeadingLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ Levels missing from the map keep their original value.

---

> **This package is part of the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
> **This package is part of the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
4 changes: 2 additions & 2 deletions docs/Import.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ Errors render as an inline `<div>` so the rest of the page remains intact:
---

> **This package is part of
the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
4 changes: 2 additions & 2 deletions docs/Include.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ All paths are resolved with `realpath()` and validated against `basePath`:
---

> **This package is part of
the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
4 changes: 2 additions & 2 deletions docs/LinkRewriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ Config `['base_uri' => 'https://mysite.com']`:

---

> **This package is part of the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
> **This package is part of the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ $environment->addExtension(new TabsExtension());

---

[Main README](../README.md) · [league/commonmark](https://commonmark.thephpleague.com/) · [GitHub](https://github.com/PhpAlto/commonmark)
[Main README](../README.md) · [league/commonmark](https://commonmark.thephpleague.com/) · [GitHub](https://github.com/altophp/commonmark)
4 changes: 2 additions & 2 deletions docs/Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ All paths are resolved with `realpath()` and validated against `basePath`:
---

> **This package is part of
the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
4 changes: 2 additions & 2 deletions docs/TableOfContents.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ Heading IDs are generated by slugifying the heading text:
---

> **This package is part of
the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
4 changes: 2 additions & 2 deletions docs/Tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ The extension generates full WAI-ARIA markup:
---

> **This package is part of
the [alto/commonmark](https://github.com/PhpAlto/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/PhpAlto/commonmark**
the [alto/commonmark](https://github.com/altophp/commonmark) monorepo.**
> This repository is a read-only split. To file issues, open pull requests, or contribute, use the main repository: **https://github.com/altophp/commonmark**
10 changes: 5 additions & 5 deletions src/Extension/CodeBlockTitle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ console.log('Hello');

## Development

This extension is actively developed in the [`alto/commonmark`](https://github.com/PhpAlto/commonmark) monorepo.
This extension is actively developed in the [`alto/commonmark`](https://github.com/altophp/commonmark) monorepo.

- [Report a bug](https://github.com/PhpAlto/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/PhpAlto/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/PhpAlto/commonmark/pulls)
- [Report a bug](https://github.com/altophp/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/altophp/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/altophp/commonmark/pulls)

## License

MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto)
MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/altophp)
8 changes: 4 additions & 4 deletions src/Extension/CodeBlockTitle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"email": "smn.andre@gmail.com"
}
],
"homepage": "https://github.com/PhpAlto/commonmark",
"homepage": "https://github.com/altophp/commonmark",
"support": {
"issues": "https://github.com/PhpAlto/commonmark/issues",
"docs": "https://github.com/PhpAlto/commonmark/blob/main/docs/CodeBlockTitle.md"
"issues": "https://github.com/altophp/commonmark/issues",
"docs": "https://github.com/altophp/commonmark/blob/main/docs/CodeBlockTitle.md"
},
"funding": [
{
Expand All @@ -43,7 +43,7 @@
"extra": {
"thanks": {
"name": "alto/commonmark",
"url": "https://github.com/PhpAlto/commonmark"
"url": "https://github.com/altophp/commonmark"
}
}
}
10 changes: 5 additions & 5 deletions src/Extension/ContentSlicer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ Details

## Development

This extension is actively developed in the [`alto/commonmark`](https://github.com/PhpAlto/commonmark) monorepo.
This extension is actively developed in the [`alto/commonmark`](https://github.com/altophp/commonmark) monorepo.

- [Report a bug](https://github.com/PhpAlto/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/PhpAlto/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/PhpAlto/commonmark/pulls)
- [Report a bug](https://github.com/altophp/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/altophp/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/altophp/commonmark/pulls)

## License

MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto)
MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/altophp)
8 changes: 4 additions & 4 deletions src/Extension/ContentSlicer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"email": "smn.andre@gmail.com"
}
],
"homepage": "https://github.com/PhpAlto/commonmark",
"homepage": "https://github.com/altophp/commonmark",
"support": {
"issues": "https://github.com/PhpAlto/commonmark/issues",
"docs": "https://github.com/PhpAlto/commonmark/blob/main/docs/ContentSlicer.md"
"issues": "https://github.com/altophp/commonmark/issues",
"docs": "https://github.com/altophp/commonmark/blob/main/docs/ContentSlicer.md"
},
"funding": [
{
Expand All @@ -43,7 +43,7 @@
"extra": {
"thanks": {
"name": "alto/commonmark",
"url": "https://github.com/PhpAlto/commonmark"
"url": "https://github.com/altophp/commonmark"
}
}
}
10 changes: 5 additions & 5 deletions src/Extension/HeadingLevel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ No custom markdown directive is required; the extension processes standard headi

## Development

This extension is actively developed in the [`alto/commonmark`](https://github.com/PhpAlto/commonmark) monorepo.
This extension is actively developed in the [`alto/commonmark`](https://github.com/altophp/commonmark) monorepo.

- [Report a bug](https://github.com/PhpAlto/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/PhpAlto/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/PhpAlto/commonmark/pulls)
- [Report a bug](https://github.com/altophp/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/altophp/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/altophp/commonmark/pulls)

## License

MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto)
MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/altophp)
8 changes: 4 additions & 4 deletions src/Extension/HeadingLevel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"email": "smn.andre@gmail.com"
}
],
"homepage": "https://github.com/PhpAlto/commonmark",
"homepage": "https://github.com/altophp/commonmark",
"support": {
"issues": "https://github.com/PhpAlto/commonmark/issues",
"docs": "https://github.com/PhpAlto/commonmark/blob/main/docs/HeadingLevel.md"
"issues": "https://github.com/altophp/commonmark/issues",
"docs": "https://github.com/altophp/commonmark/blob/main/docs/HeadingLevel.md"
},
"funding": [
{
Expand All @@ -42,7 +42,7 @@
"extra": {
"thanks": {
"name": "alto/commonmark",
"url": "https://github.com/PhpAlto/commonmark"
"url": "https://github.com/altophp/commonmark"
}
}
}
10 changes: 5 additions & 5 deletions src/Extension/Import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ $environment->addExtension(new ImportExtension(__DIR__ . '/docs'));

## Development

This extension is actively developed in the [`alto/commonmark`](https://github.com/PhpAlto/commonmark) monorepo.
This extension is actively developed in the [`alto/commonmark`](https://github.com/altophp/commonmark) monorepo.

- [Report a bug](https://github.com/PhpAlto/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/PhpAlto/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/PhpAlto/commonmark/pulls)
- [Report a bug](https://github.com/altophp/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/altophp/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/altophp/commonmark/pulls)

## License

MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto)
MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/altophp)
8 changes: 4 additions & 4 deletions src/Extension/Import/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"email": "smn.andre@gmail.com"
}
],
"homepage": "https://github.com/PhpAlto/commonmark",
"homepage": "https://github.com/altophp/commonmark",
"support": {
"issues": "https://github.com/PhpAlto/commonmark/issues",
"docs": "https://github.com/PhpAlto/commonmark/blob/main/docs/Import.md"
"issues": "https://github.com/altophp/commonmark/issues",
"docs": "https://github.com/altophp/commonmark/blob/main/docs/Import.md"
},
"funding": [
{
Expand All @@ -43,7 +43,7 @@
"extra": {
"thanks": {
"name": "alto/commonmark",
"url": "https://github.com/PhpAlto/commonmark"
"url": "https://github.com/altophp/commonmark"
}
}
}
10 changes: 5 additions & 5 deletions src/Extension/Include/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ $environment->addExtension(new IncludeExtension(__DIR__ . '/docs'));

## Development

This extension is actively developed in the [`alto/commonmark`](https://github.com/PhpAlto/commonmark) monorepo.
This extension is actively developed in the [`alto/commonmark`](https://github.com/altophp/commonmark) monorepo.

- [Report a bug](https://github.com/PhpAlto/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/PhpAlto/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/PhpAlto/commonmark/pulls)
- [Report a bug](https://github.com/altophp/commonmark/issues/new?labels=bug)
- [Suggest a feature](https://github.com/altophp/commonmark/issues/new?labels=enhancement)
- [Open a Pull Request](https://github.com/altophp/commonmark/pulls)

## License

MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/PhpAlto)
MIT License -- [Simon André](https://smnandre.dev) & [Alto](https://github.com/altophp)
8 changes: 4 additions & 4 deletions src/Extension/Include/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"email": "smn.andre@gmail.com"
}
],
"homepage": "https://github.com/PhpAlto/commonmark",
"homepage": "https://github.com/altophp/commonmark",
"support": {
"issues": "https://github.com/PhpAlto/commonmark/issues",
"docs": "https://github.com/PhpAlto/commonmark/blob/main/docs/Include.md"
"issues": "https://github.com/altophp/commonmark/issues",
"docs": "https://github.com/altophp/commonmark/blob/main/docs/Include.md"
},
"funding": [
{
Expand All @@ -43,7 +43,7 @@
"extra": {
"thanks": {
"name": "alto/commonmark",
"url": "https://github.com/PhpAlto/commonmark"
"url": "https://github.com/altophp/commonmark"
}
}
}
Loading
Loading