NO PRODUCT SETTINGS FOUND FOR:
examples

Gentle remainder that the product name comes from the `origin` first subfolder (after `/pms` ).

PM Tutorial

This tutorial will guide you through the advanced features of the PM system.

Advanced Fragments

Tables

FeatureDescriptionStatus
MarkdownBasic text formatting✅ Ready
LaTeXMathematical expressions✅ Ready
CodeSyntax highlighting✅ Ready
InteractivityUser inputs✅ Ready

Interactive Elements

The PM system supports various interactive elements:

  • Radio buttons for multiple choice questions
  • Number inputs for mathematical exercises
  • Dynamic content updates

Layout System

PM supports responsive column layouts using special directives:


layout: columns columns: 2 breakpoint: md


Column 1

This content appears in the first column on medium screens and above.

Column 2

This content appears in the second column on medium screens and above.


Code Examples

Python Example

class PMRenderer:
    def __init__(self, content):
        self.content = content

    def render(self):
        # Process markdown
        html = markdown.render(self.content)
        return html

JavaScript Example

const pmRuntime = new PMRuntime({
    mode: 'interactive',
    debug: false
});

pmRuntime.init();

Mathematical Content

PM excels at rendering mathematical content:

Equations

The quadratic formula: $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

Matrices

$$ \begin{bmatrix} 1 & 2 & 3 \ 4 & 5 & 6 \ 7 & 8 & 9 \end{bmatrix} $$

Summary

You've learned about: - Advanced fragments and formatting - Interactive elements - Layout systems - Code highlighting - Mathematical rendering

Continue exploring the PM system to discover more features!

Maths.pm ne collecte aucune donnée.
Aucun cookie collecté, aucune ligne de log d'écrite, pas l'ombre d'une base de données distante - nihil omnino.
Toutes les exécutions de code se font localement. Nous expliquons notre démarche sur cette page.

Limites de confidentialité (impact de l'hébergeur)
Aspects technologiques
Chez Pointcarre.app, nous nous engageons en faveur des communs numériques.
Ressources pédagogiques
Logiciels Libres & Infrastructure 🇫🇷
Licences AGPLv3 & CC BY-NC-SA 4.0


Codes sources
Logo licence AGPLv3
Contenus
Logo licence Creative Commons
Maths.pm, par

pointcarre.app