From 9942348ba359f733ecd76e3d04c7e28d95af1f83 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 12 Sep 2024 17:31:11 +0930 Subject: [PATCH] docs(development): add markdown refs ref: #14 #96 #93 #95 #90 #270 closes #250 --- docs/projects/centurion_erp/development/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/projects/centurion_erp/development/index.md b/docs/projects/centurion_erp/development/index.md index ca040fa5..7d38b447 100644 --- a/docs/projects/centurion_erp/development/index.md +++ b/docs/projects/centurion_erp/development/index.md @@ -74,3 +74,8 @@ urlpatterns = [ ## Tenancy Setup All items within Centurion ERP are considered tenancy objects. Pay particular attention to any requirement that specifies that a class is to be included. Some of these classes add the required logic for Tenancy object CRUD operations as well as permission checking. + + +## Markdown + +To extend the markdown add a plugin to path `app/core/lib/markdown_plugins/` ensuring you enable it within `app/core/lib/markdown.py` with `.use()`