From 74786af384b26034d59455db869fc7e27b9c8dc9 Mon Sep 17 00:00:00 2001 From: Brooke Date: Fri, 17 Aug 2018 16:07:15 -0700 Subject: [PATCH] remove TODO --- src/Nri/Ui/Button/V3.elm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Nri/Ui/Button/V3.elm b/src/Nri/Ui/Button/V3.elm index c11b125f..0e1b81ea 100644 --- a/src/Nri/Ui/Button/V3.elm +++ b/src/Nri/Ui/Button/V3.elm @@ -559,8 +559,6 @@ viewLabel icn label = ] -{-| TODO: does this have a styled version? --} renderMarkdown : String -> List (Html msg) renderMarkdown markdown = case Markdown.Block.parse Nothing markdown of