Skip to content
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

feat(pages, posts): use custom converter in frontmatter (#112) #113

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

andyl
Copy link
Contributor

@andyl andyl commented Oct 28, 2024

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.

Included in this PR:

  • code and documentation updates to Tableau.PostExtension and Tableau.PageExtension
  • updates to Tableau.PostExtensionTest and Tableau.PageExtensionTest

This PR relates to issue #112

…#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.
@andyl
Copy link
Contributor Author

andyl commented Nov 6, 2024

Dear @mhanberg all the checks passed except one test - I believe the failing check froze while loading dependencies. Can you re-run the job? If so I believe all the checks will pass.

@mhanberg mhanberg merged commit e39efa4 into elixir-tools:main Nov 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants