1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-09-29 03:29:13 +01:00

Compact: MS Word: Support Markdown.

This commit is contained in:
devlinjd 2015-12-16 23:29:47 -05:00
parent c8844375a4
commit 7364b92e0f
2 changed files with 10 additions and 7 deletions

View File

@ -497,14 +497,15 @@
</w:r> </w:r>
</w:hlink> </w:hlink>
</w:p> </w:p>
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="000A3AF0" wsp:rsidRDefault="00C146CA" wsp:rsidP="00A210E1"> <!-- <w:p wsp:rsidR="00C146CA" wsp:rsidRPr="000A3AF0" wsp:rsidRDefault="00C146CA" wsp:rsidP="00A210E1">
<w:pPr> <w:pPr>
<w:pStyle w:val="Summary"/> <w:pStyle w:val="Summary"/>
</w:pPr> </w:pPr>
<w:r wsp:rsidRPr="000A3AF0"> <w:r wsp:rsidRPr="000A3AF0">
<w:t>{{ r.info.brief }}</w:t> <w:t>{{ r.info.brief }}</w:t>
</w:r> </w:r>
</w:p> </w:p> -->
{{{wpml r.info.brief }}}
{{> employment }} {{> employment }}
{{> education }} {{> education }}
<w:sectPr wsp:rsidR="00B43FDC" wsp:rsidRPr="000A3AF0" wsp:rsidSect="001B7422"> <w:sectPr wsp:rsidR="00B43FDC" wsp:rsidRPr="000A3AF0" wsp:rsidSect="001B7422">

View File

@ -39,12 +39,13 @@
<w:sz-cs w:val="20"/> <w:sz-cs w:val="20"/>
</w:rPr> </w:rPr>
</w:pPr> </w:pPr>
<w:r wsp:rsidRPr="000A3AF0"> {{{wpml summary true }}}
<!-- <w:r wsp:rsidRPr="000A3AF0">
<w:rPr> <w:rPr>
<w:sz-cs w:val="20"/> <w:sz-cs w:val="20"/>
</w:rPr> </w:rPr>
<w:t>{{ summary }}</w:t> <w:t>{{ summary }}</w:t>
</w:r> </w:r> -->
</w:p> </w:p>
{{#each highlights }} {{#each highlights }}
@ -61,12 +62,13 @@
<w:sz-cs w:val="20"/> <w:sz-cs w:val="20"/>
</w:rPr> </w:rPr>
</w:pPr> </w:pPr>
<w:r> {{{wpml this true}}}
<!-- <w:r>
<w:rPr> <w:rPr>
<w:sz-cs w:val="20"/> <w:sz-cs w:val="20"/>
</w:rPr> </w:rPr>
<w:t>{{ this }}</w:t> <w:t>{{ this }}</w:t>
</w:r> </w:r> -->
</w:p> </w:p>
{{/each}} {{/each}}