Giter VIP home page Giter VIP logo

Comments (6)

Alex-Monahan avatar Alex-Monahan commented on August 15, 2024

Thanks! I think #147 should fix it.

from duckdb-web.

l1t1 avatar l1t1 commented on August 15, 2024

the margins lines should be dropped as

d|a|c
-|-|-
0|1|2

not

|a|
|-|
|1|
Function Description Example Result
map[entry] Alias for element_at map([100, 5], ['a', 'b'])[100] 42
element_at(map, key) Return a list containing the value for a given key or an empty list if the key is not contained in the map. The type of the key provided in the second parameter must match the type of the map’s keys else an error is returned. SELECT element_at(map([100, 5], [42, 43]),100); 42
cardinality(map) Return the size of the map (or the number of entries in the map). cardinality( map([4, 2], ['a', 'b']) ); 2
map() Returns an empty map. map() {}

from duckdb-web.

l1t1 avatar l1t1 commented on August 15, 2024

:—|:—|:—|:—
should be
:-|:-|:-|:-

from duckdb-web.

Alex-Monahan avatar Alex-Monahan commented on August 15, 2024

Thanks for letting me know about the format error. However, it appears to render properly after the fix in #147 . All of our other markdown tables follow this same format - what is the advantage of the format you are recommending?

from duckdb-web.

l1t1 avatar l1t1 commented on August 15, 2024

I test the markdown format with github input box preview.

and I use duckdb CLI to output the markdown format that including margin lines also works.


D .mode markdown
D select 1,'a';
| 1 | a |
|---|---|
| 1 | a |

1 a
1 a

from duckdb-web.

Alex-Monahan avatar Alex-Monahan commented on August 15, 2024

Would you mind closing this ticket now that it is fixed? Thanks!

from duckdb-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.