Skip to content

Bug for non-url global references #275

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

Open
chbrown13 opened this issue Jun 2, 2025 · 2 comments
Open

Bug for non-url global references #275

chbrown13 opened this issue Jun 2, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@chbrown13
Copy link
Contributor

Marmite is able to support non-link references (i.e., paper citations) in the global _references.md file, however the references are displayed twice on posts---end of the article and after the comments box (see screenshot below).

Image

@rochacbruno rochacbruno added the bug Something isn't working label Jun 2, 2025
@rochacbruno
Copy link
Owner

rochacbruno commented Jun 2, 2025

Hey, can you share your markdown file (or a reproducer) I will try to figure out this bug, the references is supposed to be hidden.

@chbrown13
Copy link
Contributor Author

Sure, here are the relevant files. I was not able to attach the resulting about.html file, but the resulting code is shown below.

<hr />
<p><strong>References</strong></p>
<p>[Winters2024]: T. Winters. <a href="http://alumni.cs.ucr.edu/~titus/applicability.pdf">Thoughts on applicability</a>. Journal of Systems and Software, 2024.</p>
<p>[Wyrich2025]: M. Wyrich, C. Tinnes, S. Baltes, and S. Apel. <a href="https://arxiv.org/pdf/2505.09541">The Silent Scientist When Software Research Fails to Reach Its Audience</a>. 2025.</p>
</div>
  
</article>








<article><h5><a href="#comments" aria-hidden="true" class="anchor" id="comments"></a>Comments</h5>
<script src="https://giscus.app/client.js"
        data-repo="code-world-no-blanket/blog"
        data-repo-id="R_kgDOOvV5Zg"
        data-category="Announcements"
        data-category-id="DIC_kwDOOvV5Zs4Cqx_j"
        data-mapping="pathname"
        data-strict="0"
        data-reactions-enabled="1"
        data-emit-metadata="0"
        data-input-position="bottom"
        data-theme="preferred_color_scheme"
        data-lang="en"
        crossorigin="anonymous"
        async>
</script>
<p>[Winters2024]: T. Winters. <a href="http://alumni.cs.ucr.edu/~titus/applicability.pdf">Thoughts on applicability</a>. Journal of Systems and Software, 2024.</p>
<p>[Wyrich2025]: M. Wyrich, C. Tinnes, S. Baltes, and S. Apel. <a href="https://arxiv.org/pdf/2505.09541">The Silent Scientist When Software Research Fails to Reach Its Audience</a>. 2025.</p>
</article>
</section>

about.md

_references.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants