From b5d9b180a0f70619c0b193825c1ef18ddffa50e4 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Sat, 20 Jan 2024 19:36:01 -0800 Subject: [PATCH] More docs --- lib/pinchflat/rendered_string/base.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pinchflat/rendered_string/base.ex b/lib/pinchflat/rendered_string/base.ex index ee0e05f..549a676 100644 --- a/lib/pinchflat/rendered_string/base.ex +++ b/lib/pinchflat/rendered_string/base.ex @@ -1,7 +1,7 @@ defmodule Pinchflat.RenderedString.Base do @moduledoc """ A base module for parsing rendered strings, designed as a macro to be used - in other modules. + in other modules. See https://elixirforum.com/t/help-to-parse-a-template-with-nimbleparsec/47980 NOTE: if the needs here get any more complicated, look into using a Liquid template parser. No need to reinvent the wheel any more than I already have.