From d9bf98b876d74772b850ef910c6f59b898f61ccf Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 28 Oct 2022 17:22:30 +0200 Subject: CHANGELOG: add breaking change (tabbed panes, text display) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fb5d0..22a98c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,11 @@ notes][0.5.1]. **BREAKING CHANGES** are documented below. **Breaking changes**: +- **Tabbed panes, text display**. By default, the content of a tab inside a tabbed + pane is shown as code. As of version 0.4 of the shortcode, you can add the + parameter `code=false` to your `tabpane` or `tab` shortcode in order to render + tab content(s) as text (markdown or html). As of version 0.5 the name of this + parameter was changed, we now use `text=true` in order to mark content as text. - **Display logo by default**. Most projects show their logo in the navbar. In support of this majority, Docsy now displays a logo by default. For details on how to hide the logo (or your brand name), see [Styling your project logo and -- cgit v1.2.3