-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement Cite Collapsing #46
Comments
@inukshuk Where would be the right place to implement this? I might be able to do it if I know where to start and have a bit of extra time. |
Citation nodes are currently rendered by the If it gets a little complicated, I'd move the relevant methods to Generally, these features work really well with a TDD approach. Take a look at the renderer unit tests or renderer.feature for more high-level tests where you can pass in CSL snippets. Finally, I don't know if it's relevant, but we're collapsing page numbers already -- perhaps some parts of that could be reused. If you have any questions, just ask. The dev dependencies may be a bit dusty, because the gem has been in maintenance-only mode for some time, but the CI builds have been running fine recently so I'd hope it's easy to get set up! |
Oh, if you do decide that |
https://github.com/citation-style-language/documentation/blob/master/specification.txt#L1655
Also see inukshuk/jekyll-scholar#196
The text was updated successfully, but these errors were encountered: