From c175e97a8862be5c87196aa94cb911975c84cf84 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 25 Feb 2020 10:19:50 -0500 Subject: summary: Add list_sep keyword argument This allows having lists on a single line instead of having each value aligned on a new line. --- docs/markdown/snippets/summary.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/summary.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/summary.md b/docs/markdown/snippets/summary.md new file mode 100644 index 0000000..2ab7996 --- /dev/null +++ b/docs/markdown/snippets/summary.md @@ -0,0 +1,5 @@ +## Summary improvements + +A new `list_sep` keyword argument has been added to `summary()` function. +If defined and the value is a list, elements will be separated by the provided +string instead of being aligned on a new line. -- cgit v1.1