From 52e608336dea4819b2136977ba0f187fe9a9800c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 7 Apr 2024 12:26:34 -0400 Subject: [PATCH] chore: fix admonition block bug in docs --- documentation/topics/about_ash/what-is-ash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/topics/about_ash/what-is-ash.md b/documentation/topics/about_ash/what-is-ash.md index 41af81f7..a7395093 100644 --- a/documentation/topics/about_ash/what-is-ash.md +++ b/documentation/topics/about_ash/what-is-ash.md @@ -24,7 +24,7 @@ The fundamental idea behind Ash is that when the various components of your syst Ash has many use cases, with varying degrees of complexity. Ash helps you on day 1 of your project, removing boiler plate and allowing you to focus on the essential complexity of your application. It also helps you on year 5, lending consistency, code reuse, and maintainability. -> #### Ash is a force multiplier .tip} +> #### Ash is a force multiplier {: .tip} > Things that once took days or weeks can be done in hours, and to a degree of quality that would have been unreasonable before. Entire classes of bugs are eliminated. And the best part is, you can do all of this without sacrificing the flexibility, robustness and ecosystem that Elixir is known for. ## Watch the ElixirConf 2023 Talk