79146563

Date: 2024-10-31 23:18:27
Score: 0.5
Natty:
Report link

Only a few citation styles are included in @citation-js/plugin-csl by default. To use the AMA style, you need to download and register it:

let style_ama = Cite.util.fetchFile('https://raw.githubusercontent.com/citation-style-language/styles/master/american-medical-association.csl')
Cite.plugins.config.get('@csl').templates.add('ama', style_ama)

See also a different iteration of this question on GitHub: https://github.com/citation-js/citation-js/issues/231#issuecomment-2282724819.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: LarsW