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()) :: {%{