var fDesc=new Array(); fDesc[0] = "Write using Markdown - without having to remember the markup. With Texts, you can apply styles to words or paragraphs and immediately see the results. Your images and tables are displayed directly within Texts. Use Texts to create structured documents. You set your titles and headings, and they will stay in place if you export your document to another format. Content written in Texts can be easily published as a blog on GitHub Pages, with math, tables, footnotes etc.

Developed to cover all your needs: formulas and footnotes, bibliography and citations, tables and links. Writing your documents in Texts gives you a lot of flexibility. You can easily convert your words into clean HTML5, professional PDFs, ePub or Word format, or even a presentation."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }