More docs

This commit is contained in:
Kieran Eglin 2024-01-20 19:36:01 -08:00
parent cf4c979e8c
commit b5d9b180a0
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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.