JuliaDocs/Franklin.jl

[demo] add a demo with PrettyTables

Open

#791 建立於 2021年2月21日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Julia (1,060 star) (118 fork)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).

貢獻者指南