Currently, the Item View page has 2 Modes:
- Simple Mode (Show Simple Item Record)
- customized Item page view with selected metadata, like Authors, Idendifier, Date Issued, Type, Description, etc
- Full Mode (Show Full Item Record)
- the list of Metadata [key, value] pairs
The Workspace/Workflow View page shows only the raw list of Metadata [key, value] pairs
This prevents Submitter to view the Item as it will be visible after publishing (in Item View).
So, for example when the Markdown Formatting feature is implemented, submitter is not able to see the Markdown formatted description text.
So instead of:
Header
bold text
italic text
Submitter only sees:
### Header ###
**bold text**
_italic text_
[Markdown Formatting feature](https://github.com/ufal/clarin-dspace/issues/1125)