doc: fix border characters in docs (#2388)

* chore: Fix border characters in comments

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
This commit is contained in:
Pooyan Khanjankhani
2023-03-21 21:14:50 +03:30
committed by GitHub
parent 8fda289714
commit e504cf03c2
2 changed files with 22 additions and 22 deletions

View File

@@ -1949,14 +1949,14 @@ layout_strategies.center() *telescope.layout.center()*
┌──────────────────────────────────────────────────┐ ┌──────────────────────────────────────────────────┐
│ ┌────────────────────────────────────────┐ │ │ ┌────────────────────────────────────────┐ │
| Preview | Preview
| Preview | Preview
│ └────────────────────────────────────────┘ │ │ └────────────────────────────────────────┘ │
│ ┌────────────────────────────────────────┐ │ │ ┌────────────────────────────────────────┐ │
| Prompt | Prompt
│ ├────────────────────────────────────────┤ │ │ ├────────────────────────────────────────┤ │
| Result | Result
| Result | Result
│ └────────────────────────────────────────┘ │ │ └────────────────────────────────────────┘ │
│ │ │ │
│ │ │ │
@@ -2028,16 +2028,16 @@ layout_strategies.vertical() *telescope.layout.vertical()*
┌──────────────────────────────────────────────────┐ ┌──────────────────────────────────────────────────┐
│ │ │ │
│ ┌────────────────────────────────────────┐ │ │ ┌────────────────────────────────────────┐ │
| Preview | Preview
| Preview | Preview
| Preview | Preview
│ └────────────────────────────────────────┘ │ │ └────────────────────────────────────────┘ │
│ ┌────────────────────────────────────────┐ │ │ ┌────────────────────────────────────────┐ │
| Result | Result
| Result | Result
│ └────────────────────────────────────────┘ │ │ └────────────────────────────────────────┘ │
│ ┌────────────────────────────────────────┐ │ │ ┌────────────────────────────────────────┐ │
| Prompt | Prompt
│ └────────────────────────────────────────┘ │ │ └────────────────────────────────────────┘ │
│ │ │ │
└──────────────────────────────────────────────────┘ └──────────────────────────────────────────────────┘

View File

@@ -410,14 +410,14 @@ layout_strategies.horizontal = make_documented_layout(
--- <pre> --- <pre>
--- ┌──────────────────────────────────────────────────┐ --- ┌──────────────────────────────────────────────────┐
--- │ ┌────────────────────────────────────────┐ │ --- │ ┌────────────────────────────────────────┐ │
--- │ | Preview | --- │ Preview
--- │ | Preview | --- │ Preview
--- │ └────────────────────────────────────────┘ │ --- │ └────────────────────────────────────────┘ │
--- │ ┌────────────────────────────────────────┐ │ --- │ ┌────────────────────────────────────────┐ │
--- │ | Prompt | --- │ Prompt
--- │ ├────────────────────────────────────────┤ │ --- │ ├────────────────────────────────────────┤ │
--- │ | Result | --- │ Result
--- │ | Result | --- │ Result
--- │ └────────────────────────────────────────┘ │ --- │ └────────────────────────────────────────┘ │
--- │ │ --- │ │
--- │ │ --- │ │
@@ -647,16 +647,16 @@ layout_strategies.cursor = make_documented_layout(
--- ┌──────────────────────────────────────────────────┐ --- ┌──────────────────────────────────────────────────┐
--- │ │ --- │ │
--- │ ┌────────────────────────────────────────┐ │ --- │ ┌────────────────────────────────────────┐ │
--- │ | Preview | --- │ Preview
--- │ | Preview | --- │ Preview
--- │ | Preview | --- │ Preview
--- │ └────────────────────────────────────────┘ │ --- │ └────────────────────────────────────────┘ │
--- │ ┌────────────────────────────────────────┐ │ --- │ ┌────────────────────────────────────────┐ │
--- │ | Result | --- │ Result
--- │ | Result | --- │ Result
--- │ └────────────────────────────────────────┘ │ --- │ └────────────────────────────────────────┘ │
--- │ ┌────────────────────────────────────────┐ │ --- │ ┌────────────────────────────────────────┐ │
--- │ | Prompt | --- │ Prompt
--- │ └────────────────────────────────────────┘ │ --- │ └────────────────────────────────────────┘ │
--- │ │ --- │ │
--- └──────────────────────────────────────────────────┘ --- └──────────────────────────────────────────────────┘