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:
@ -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)
|
||||
|
26
docs/projects/centurion_erp/user/core/markdown.md
Normal file
26
docs/projects/centurion_erp/user/core/markdown.md
Normal 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
|
Reference in New Issue
Block a user