From e626ea8ef7053b5a246edc3773196e4180e0b372 Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Tue, 16 Aug 2022 12:14:57 -0700 Subject: [PATCH 1/2] Link to tables blog --- _overviews/scaladoc/for-library-authors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_overviews/scaladoc/for-library-authors.md b/_overviews/scaladoc/for-library-authors.md index 7d58cc95a4..f9cf1e3128 100644 --- a/_overviews/scaladoc/for-library-authors.md +++ b/_overviews/scaladoc/for-library-authors.md @@ -201,6 +201,8 @@ Some types of markup available: Indentation is relative to the starting `*` for the comment. - **Headings** are defined with surrounding `=` characters, with more `=` denoting subheadings. E.g. `=Heading=`, `==Sub-Heading==`, etc. +- **Tables** are defined using `|` to separate elements in a row, + as described in the [[https://scala-lang.org/blog/2018/10/04/scaladoc-tables.html blog]]. - **List blocks** are a sequence of list items with the same style and level, with no interruptions from other block styles. Unordered lists can be bulleted using `-`; numbered lists can be denoted using `1.`, `i.`, `I.`, or `a.` for the From 747ea67b19afa6d4f0d6707edd678f7015609f15 Mon Sep 17 00:00:00 2001 From: som-snytt Date: Tue, 16 Aug 2022 20:14:58 -0700 Subject: [PATCH 2/2] Update _overviews/scaladoc/for-library-authors.md Co-authored-by: Julien Richard-Foy --- _overviews/scaladoc/for-library-authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scaladoc/for-library-authors.md b/_overviews/scaladoc/for-library-authors.md index f9cf1e3128..5d0d29a146 100644 --- a/_overviews/scaladoc/for-library-authors.md +++ b/_overviews/scaladoc/for-library-authors.md @@ -202,7 +202,7 @@ Some types of markup available: - **Headings** are defined with surrounding `=` characters, with more `=` denoting subheadings. E.g. `=Heading=`, `==Sub-Heading==`, etc. - **Tables** are defined using `|` to separate elements in a row, - as described in the [[https://scala-lang.org/blog/2018/10/04/scaladoc-tables.html blog]]. + as described in the [blog](https://scala-lang.org/blog/2018/10/04/scaladoc-tables.html). - **List blocks** are a sequence of list items with the same style and level, with no interruptions from other block styles. Unordered lists can be bulleted using `-`; numbered lists can be denoted using `1.`, `i.`, `I.`, or `a.` for the