File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ Optimal Code Formatting, 2016][rfmt-paper].
1515Out of the box, PrettyPrinting can format Julia code and standard Julia
1616containers. It can be easily extended to format custom data structures.
1717
18+ To learn more about PrettyPrinting, check the [ ** Quick Start** ] ( #quick-start )
19+ below, read the [ ** Documentation** ] [ doc-url ] or watch the
20+ [ JuliaCon 2021 Talk] [ juliacon2021-url ] .
21+
22+ [ ![ PrettyPrinting | JuliaCon 2021] [ juliacon2021-img ]] [ juliacon2021-url ]
23+
1824
1925## Quick Start
2026
@@ -88,3 +94,5 @@ To format custom data types, implement either `PrettyPrinting.quoteof()` or
8894[ license-img ] : https://img.shields.io/badge/license-MIT-blue.svg
8995[ license-url ] : https://raw.githubusercontent.com/MechanicalRabbit/PrettyPrinting.jl/master/LICENSE.md
9096[ rfmt-paper ] : https://ai.google/research/pubs/pub44667
97+ [ juliacon2021-img ] : https://img.youtube.com/vi/Pa92w_ACp_c/maxresdefault.jpg
98+ [ juliacon2021-url ] : https://www.youtube.com/watch?v=Pa92w_ACp_c
You can’t perform that action at this time.
0 commit comments