sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

macros.m4 (541B)


      1 m4_divert(-1)
      2 m4_changequote(`{{{{{', `}}}}}')
      3 
      4 This file contains some m4 macros that can be used to preprocess md files.
      5 
      6 m4_divert(1)
      7 
      8 m4_define({{{{{m4_navtable}}}}},
      9 {{{{{<table style="width: 100%; table-layout: fixed;"> <thead> <tr>
     10 	<th style="text-align: left"> <a href="$2">$1</a> </th>
     11 	<th style="text-align: center"> <a href="$4">$3</a> </th>
     12 	<th style="text-align: right"> <a href="$6">$5</a> </th>
     13 </tr> </thead> </table>}}}}})
     14 
     15 m4_define({{{{{m4_caption}}}}}, {{{{{<p align="center"><em>$1</em></p>}}}}})
     16 
     17 m4_divert(0)m4_dnl