Titus

Results 102 issues of Titus

### Problem Consider: ```markdown x www.example.com [ www.example.com ![ www.example.com [^ www.example.com [] www.example.com --- x https://example.com [ https://example.com ![ https://example.com [^ https://example.com [] https://example.com --- x [email protected] [ [email protected]...

Take this example: ```markdown | Head | | ------------- | | A | Alpha | | B \| Bravo | | C \\| Charlie | | D \\\| Delta |...

```markdown [^[link](#)] [^![image](#)] ``` [^[link](#)] [^![image](#)] Note that it’s fine for links, but not for images. To compare, some examples that show how CommonMark normally handles brackets around links and...

```markdown Call.[^a\]b]. [^a\]b]: y ``` Call.[^a\]b]. [^a\]b]: y Note that it is instead a properly connected link reference, showing that those do support them. Other escapes do work properly.

Take this example: ```markdown Some calls.[^A][^a][^ΑΓΩ][^αγω] Lorem ipsum dolor sit amet [...8 paragraphs to observe whether linking works correctly]... laborum. [^A]: ALPHA [^a]: alpha [^ΑΓΩ]: ΑΓΩ [^αγω]: αγω ``` (I’ll...

```markdown Some calls.[^ A][^B ] [^A]: whatevs [^B]: whatevs ``` Some calls.[^ A][^B ] [^A]: whatevs [^B]: whatevs --- But: ```markdown Some calls.[^C][^D] [^ C]: whatevs [^D ]: whatevs ```...

### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...

### Subject of the feature It should be clear which packages are listed in the ecosystem, and how to get yours added. ### Expected behaviour There’s [topics](https://github.com/unifiedjs/unifiedjs.github.io/blob/cccf36aeadb6b156f33986c0dac912cbe81a7db7/crawl/ecosystem.js#L12), and many conditions...

🦋 type/enhancement
🙉 open/needs-info

Hi! 👋 Nice work! `license.mit` is missing the copyright statement. Here’s an example of how it should look: https://opensource.org/licenses/MIT. Someone has copyright and it’s important to know who it is!

### Initial checklist - [X] I read the [support docs](https://github.com/syntax-tree/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/syntax-tree/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md) - [X] I...

🤞 phase/open