st_rc_d
1echo "in txt.prc"
2
3_lnv2e ${dir_cntx}/nod2md.d.cntx
4
5local short_item=$(_s2se ${HOME} @ ${_item_})
6
7echo -e "
8<!-- file://${_item_} -->
9
10[${name_ext}](${short_item})
11" >> ${file_md}
12
13echo -e "
14{{txt}}
15" >> ${file_md}
16
17_f2f ${_item_} "{{txt}}" ${file_md}
18
19_s2f "{{txt}}" @ ${file_md}
20