I want to write below equation in my sample.md file .
I am using eclipse lunar 4.2 with UML (drawing modelling diagrams) .
I am trying this sample.md example
\defgroup ${MODULE} ${MODULE}
\ingroup low
\brief Example template module
${MODULE}
=========
Overview
--------
This module is intended as a template.
Details
------------------
@startuml{tla_class_diagram.png}
class SomeClass {
uint32_t mX
uint32_t mY
}
@enduml
Please tell me where to add the contents mention in below answer ??