Skip to Content

Example Guide

February 24, 2026 by
Administrator
| No comments yet

Example Technical Guide

This is an example technical guide to test the Markdown to Odoo Sync.

Introduction

Here is a paragraph explaining something highly technical. Let's write a python code block to verify that Prism.js syntax highlighting works.

def hello_world():
    print("Welcome to Kickala Technical Guides")
    return True

Setup Configuration

Here is a JSON configuration example:

{
  "name": "Kickala Docs",
  "version": "1.0.0",
  "dependencies": {
    "markdown": "^3.4.0"
  }
}

If these code blocks render beautifully on Odoo, the integration is successful!

Sign in to leave a comment