Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Conceal in md only conceals the first md element (md) #34

@21it

Description

@21it

This markdown

# Tables

| Last Name      | First Name | Born | Bacon Number |
|----------------|------------|------|--------------|
| Bacon          | Kevin      | 1958 | 0            |
| Chan           | Jackie     | 1954 | 2            |
| Reagan         | Ronald     | 1911 | 2            |
| Ryan           | Meg        | 1961 | 1            |
| Saldaña        | Zoë        | 1978 | 2            |
| Schwarzenegger | Arnold     | 1947 | 2            |
| Temple         | Shirley    | 1928 | 3            |

Renders as

                                                                          _____     _     _           
                                                                         |_   _|_ _| |__ | | ___  ___ 
                                                                           | |/ _` | '_ \| |/ _ \/ __|
                                                                           | | (_| | |_) | |  __/\__ \
                                                                           |_|\__,_|_.__/|_|\___||___/
                                                                                                      

«tr»                                                            ┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━┓
«th»                                                            ┃ Last Name      ┃ First Name ┃ Born ┃ Bacon Number ┃
«tr»                                                            ┣━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━╋━━━━━━╋━━━━━━━━━━━━━━┫
«tr»                                                            ┃ Bacon          ┃ Kevin      ┃ 1958 ┃ 0            ┃
«tr»                                                            ┃ Chan           ┃ Jackie     ┃ 1954 ┃ 2            ┃
«tr»                                                            ┃ Reagan         ┃ Ronald     ┃ 1911 ┃ 2            ┃
«tr»                                                            ┃ Ryan           ┃ Meg        ┃ 1961 ┃ 1            ┃
«tr»                                                            ┃ Saldaña        ┃ Zoë        ┃ 1978 ┃ 2            ┃
«tr»                                                            ┃ Schwarzenegger ┃ Arnold     ┃ 1947 ┃ 2            ┃
«tr»                                                            ┃ Temple         ┃ Shirley    ┃ 1928 ┃ 3            ┃
«tr»                                                            ┗━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━┻━━━━━━┻━━━━━━━━━━━━━━┛

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions