Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table #62

Open
Lurk opened this issue Oct 6, 2024 · 0 comments
Open

Table #62

Lurk opened this issue Oct 6, 2024 · 0 comments
Labels
new node Introduce new YAMD node research Research phase of issue

Comments

@Lurk
Copy link
Owner

Lurk commented Oct 6, 2024

Questions to answer before implementation:

  • Should the Cell be able to contain multiline content?
    Pros: code examples
    Cons: very complex format.
| code                 | result                            |
|----------------------|-----------------------------------|
| ## example:          | <h2>example</h2>                  |
|                      | <pre>                             |
| ```                  | <code>let a = "b";</code>         |
| let a = "b";         | </pre>                            |
| ```                  |                                   |
|----------------------|-----------------------------------|

  • if yes - what kind of blocks are allowed in the Cell?
@Lurk Lurk added new node Introduce new YAMD node research Research phase of issue labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new node Introduce new YAMD node research Research phase of issue
Projects
None yet
Development

No branches or pull requests

1 participant