edp-doc/docs/about/mkdocs-test.md

1.8 KiB

Mkdoc Test Doc

@startuml
title Login Sequence
    ComponentA->ComponentB: Login Request
    note right of ComponentB: ComponentB logs message
    ComponentB->ComponentA: Login Response
@enduml

hello mock docs

!!! test Testing something

Abbreviations: Some text about MOCDOC

This is a paragraph. {: #test_id .test_class }

Apple
Pomaceous fruit of plants of the genus Malus in the family Rosaceae.
import { test } from 'something';

const addThingToThing = (a, b) a + b;

abc

This is a b c.

xyz

This is x y z.

The attack plan

{% dot attack_plan.svg digraph G { rankdir=LR Earth [peripheries=2] Mars Earth -> Mars } %}

digraph G {
    rankdir=LR
    Earth [peripheries=2]
    Mars
    Earth -> Mars
}

PlantUML Samples

@startuml
  Goofy ->  MickeyMouse: calls
  Goofy <-- MickeyMouse: responds
@enduml

Emojis

💡 😄

Code blocks

import { test } from 'something';

const addThingToThing = (a, b) a + b;

Grouped Code blocks

=== "JavaScript"

```javascript
import { test } from 'something';

const addThingToThing = (a, b) a + b;
```

=== "Java"

```java
public void function() {
    test();
}
```
    public void function() {
      test();
    }
    public void function() {
      test();
    }

MDX truly sane lists

  • attributes

  • customer

    • first_name
      • test
    • family_name
    • email
  • person

    • first_name
    • family_name
    • birth_date
  • subscription_id

  • request

*[MOCDOC]: Mock Documentation