/ docs / src / xhtml11-latexmath.conf
xhtml11-latexmath.conf
 1  # Cover latexmath in elements with specific class names
 2  [latexmath-inlinemacro]
 3  <span class="latexmath">
 4  {passtext}
 5  </span>
 6  
 7  [latexmath-blockmacro]
 8  <div class="mathblock{role? {role}}"{id? id="{id}"}>
 9  <div class="content">
10  <div class="title">{title}</div>
11  <div class="latexmath">
12  {passtext}
13  </div>
14  </div></div>