-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify Converter in Front Matter #112
Comments
Seems reasonable. If you can reproduce the bugs in solid could you report those to the project? Just to be a good citizen 🫡 |
FYI here's the first one. edgurgel/solid#144 More to come. |
andyl
added a commit
to andyl/tableau
that referenced
this issue
Oct 28, 2024
…#112) Allow a page or post to specify a custom converter in the frontmatter. The frontmatter key `:converter` is optional. If included, it should specify a string-value of a converter module. If not included, the default config setting will be used.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks very much for 0.18, especially for the ability to specify a converter module in
config.exs
. (egmd: MyMdConverter, ...
).I ran into a problem while migrating
elixir-lang.org
from Jekyll to Tableau:elixir-lang.org
uses Liquid templatesWith Tableau, AFAIK it's possible to set a default Layout module in
config.exs
, then override the layout with page front-matter.Feature request: analogous to Layouts, allow the Converter to be set with front-matter
The text was updated successfully, but these errors were encountered: