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

Escape YAML headers? #235

Closed
tlnagy opened this issue Aug 23, 2016 · 3 comments
Closed

Escape YAML headers? #235

tlnagy opened this issue Aug 23, 2016 · 3 comments

Comments

@tlnagy
Copy link
Contributor

tlnagy commented Aug 23, 2016

Another thing that would be nice to have in Gadfly's documentation is the author information that is stored in the YAML front matter. Like so,

    ```
    title: Test
    author: Tamas Nagy
    ...

With the v0.3.0 release of Documenter.jl, this is not stripped out of the final product.

@MichaelHatherly
Copy link
Member

Documenter's equivalent would be the @meta blocks, so any page metadata should be added to those rather having to add a YAML dependency to the package. There's currently no support for customised page templates, so custom metadata won't be of much used right now, but we'll probably support it at some point in the future. Which frontmatter other than title and author have you found you used most?

@tlnagy
Copy link
Contributor Author

tlnagy commented Aug 23, 2016

I guess @meta could work for us. YAML would've been nice for consistency. We mainly used it for the author information.

@odow
Copy link
Collaborator

odow commented Oct 31, 2023

I'm doing a triage of open documenter issues and closing issues that are stale. If I've made a mistake, please re-open

Closing as stale, and because @meta seems to do the job.

@odow odow closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants