Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default the features are enabled.

Markdown / MathJax Settings

The DSpace UI can support Markdown (using https://commonmark.org/) and MathJax (https://www.mathjax.org) in metadata field values.  By default, only the "dc.description.abstract" supports these formats when enabled.  Both Markdown and MathJax are disabled by default.

Code Block
# Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/)
# display in supported metadata fields. By default, only dc.description.abstract is supported.
markdown:
  enabled: false
  mathjax: false

TODO: Document how to customize DSpace UI code to enable Markdown/MathJax support in other metadata fields.

Universal (Server-side Rendering) Settings

...