diff --git a/app/Main.hs b/app/Main.hs index 6655efb..6415fa2 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -27,15 +27,15 @@ data Info = instance Show Info where show :: Info -> String show info = case info of - Bread text -> text - List texts -> "[LIST]" ++ concatMap ((++) "[*] " . show) texts ++ "[/LIST]" - Header text -> "[TITLE]" ++ text ++ "[/TITLE]" - Subheader text -> "[SIZE=4]" ++ text ++ "[/SIZE]" - Subsubheader text -> "[SIZE=2]" ++ text ++ "[/SIZE]" - Image (URL url) -> "[IMG]" ++ url ++ "[/IMG]" - Video (URL url) -> "[VIDEO]" ++ url ++ "[/VIDEO]" - Link (URL url) inf -> "[URL=\"" ++ url ++ "\"]" ++ show inf ++ "[/IMG]" - Spoiler inf -> "[SPOILER]" ++ concatMap show inf ++ "[/SPOILER]" + Bread text -> text ++ "\n" + List texts -> "[LIST]" ++ concatMap ((++) "[*] " . show) texts ++ "[/LIST]\n" + Header text -> "[TITLE]" ++ text ++ "[/TITLE]\n" + Subheader text -> "[SIZE=4]" ++ text ++ "[/SIZE]\n" + Subsubheader text -> "[SIZE=2]" ++ text ++ "[/SIZE]\n" + Image (URL url) -> "[IMG]" ++ url ++ "[/IMG]\n" + Video (URL url) -> "[VIDEO]" ++ url ++ "[/VIDEO]\n" + Link (URL url) inf -> "[URL=\"" ++ url ++ "\"]" ++ show inf ++ "[/URL]\n" + Spoiler inf -> "[SPOILER]" ++ concatMap show inf ++ "[/SPOILER]\n" newtype Post = Post [Info] diff --git a/example text.org b/example text.org index 7cb2e50..f675dbe 100644 --- a/example text.org +++ b/example text.org @@ -3,7 +3,9 @@ * Hello there - Zeus has been scummy - Wisdom is just flopping around +So based on this we should just kill Ikka #+Begin [[https://media.discordapp.net/attachments/866979075360555033/1019126077542629436/Tumblr_l_204100096696723.jpg]] +sdas #+end