JuliaDocs/Franklin.jl

[demo] add a demo with PrettyTables

Open

#791 opened on 2021年2月21日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (1,060 stars) (118 forks)batch import
demoseasygood first issue

説明

Eg:

```julia:extable
#hideall
using PrettyTables
io = IOBuffer()
pretty_table(io, [1 5.0; 2 4.0], ["degree" "bound"], backend=:html);
println("~~~", String(take!(io)), "~~~")
```
\textoutput{extable}

This can make for a nice demo (maybe better if the demo also discusses input from CSV directly).

コントリビューターガイド