feat(core): move markdown parser py-markdown -> markdown-it

py-markdown was missing a lot of the common/gfm items.

ref: #14 #96 #93 #95 #90 #250 #270
This commit is contained in:
2024-09-11 19:12:05 +09:30
parent b69d210759
commit 200c9d8d8d
6 changed files with 86 additions and 6 deletions

View File

@ -45,6 +45,8 @@ Centurion ERP contains the following modules:
- History
- [Markdown](./user/core/markdown.md)
- [Multi-Tenant](./development/api/models/access_organization_permission_checking.md#permission-checking)
- [Single Sign-On {SSO}](./user/configuration.md#single-sign-on)

View File

@ -0,0 +1,26 @@
---
title: Markdown
description: Markdown Documentation as part of the Core Module for Centurion ERP by No Fuss Computing
date: 2024-06-07
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/centurion_erp
---
All Text fields, that is those that are multi-lined support markdown text.
## Features
- CommonMark Markdown
- Tables
- Strikethrough
- Code highlighting
- Admonitions
- Linkify
- Task Lists