# اقتباس النقاط المتداخلة تحت الأرقام يكسر التنسيق

**URL:** https://meta.discourse.org/t/quoting-bullets-nested-under-numbers-breaks-formatting/266836
**Category:** Bug
**Tags:** pr-welcome
**Created:** [1 يونيو 2023، 1:15ص UTC](https://meta.discourse.org/t/quoting-bullets-nested-under-numbers-breaks-formatting/266836 "2023-06-01T01:15:13Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [28 يناير 2026، 5:16ص UTC](https://meta.discourse.org/t/quoting-bullets-nested-under-numbers-breaks-formatting/266836/9 "2026-01-28T05:16:42Z")

</div>

اعتقدت أنني قمت بإصلاح هذا وفقًا لـ:

> <https://github.com/discourse/discourse/pull/37337>
>
> Improves list handling in copy/quote functionality:
> 
> \- Preserve list structure w…hen selecting partial content within
> lists, ensuring orphan \`\<li\>\` elements get wrapped in proper
> \`\<ol\>\`/\`\<ul\>\` containers
> \- Support \`start\` attribute on ordered lists, maintaining correct
> numbering when quoting from mid-list positions
> \- Use sequential numbering (1, 2, 3) instead of repeated "1." in
> HTML-to-markdown conversion for ordered lists
> \- Distinguish between tight and loose lists in to-markdown.js,
> preserving blank lines between items for loose lists

لكن قواعد الماركداون (Markdown) هي كابوس هنا.

> **[CommonMark Mixed List Indentation Rules Explained](https://meta.discourse.org/discourse-ai/ai-bot/shared-ai-conversations/iGMBwr74NSxJNNFqaPKgHA)**
>
> sam: explain why in commonmark: 
> 
> one
> 
> a
> 
> 
> two
> 
> b
> 
> 
> 
> there need to be 3 vs 2 spaces in this mixed list I am confused

لمزيد من المتعة:

1. مرحباً
  - هكذا تفعلها

* * *

1. مرحباً

- هذا لا يعمل عن قصد

```plaintext
100. مرحباً
     - هكذا تفعلها

100. مرحباً
  - هذا لا يعمل عن قصد

```

---

_[View the full topic](https://meta.discourse.org/t/quoting-bullets-nested-under-numbers-breaks-formatting/266836)._
