From e2578a9e59c21b5418cddfb639cb83ec7c51de8e Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Thu, 23 May 2024 16:53:16 -0400 Subject: [PATCH] Update Parser.parse docs. --- lib/jol/blog/parser.ex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/jol/blog/parser.ex b/lib/jol/blog/parser.ex index cf61892..4b191d4 100644 --- a/lib/jol/blog/parser.ex +++ b/lib/jol/blog/parser.ex @@ -2,7 +2,10 @@ defmodule JOL.Blog.Parser do @zola_post_regex ~r/\+\+\+\n(?.*)\n\+\+\+\n\n(?.*)/s @doc """ - Psrses a Zola-style blogpost. + Psrses a blog post. + + Right now it only supports Zola style posts. I didn't have a ton of them + written in that format but writing the parser was fun. """ @spec parse(String.t(), String.t()) :: {%{