From 98081f6ec6521fd7e627d2ea483b2cfba0075f7d Mon Sep 17 00:00:00 2001 From: "J. Eric Ellis" Date: Tue, 7 Mar 2017 16:11:52 -0500 Subject: [PATCH] Re-factored to reflect style-sherpa docs Per @IamManchanda. --- docs/pages/accordion.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/pages/accordion.md b/docs/pages/accordion.md index 47de59997..af21522a6 100644 --- a/docs/pages/accordion.md +++ b/docs/pages/accordion.md @@ -129,12 +129,7 @@ By default, at least one pane in an accordion must be open. This can be changed There may be times where you want to disable pane switching on an accordion. This can be accomplished by setting the disabled attribute. -```html - -``` - +```html_example - +``` --- ## Accordion and URLs @@ -172,7 +167,7 @@ Add the attribute `data-deep-link="true"` to a accordion to: - modify the browser history when a accordion panel is clicked - allow users to open a particular accordion panel at page load with a hash-appended URL -```html +```html_example