Registry / serialization / texy-texy

texy-texy

JSON →
library3.2.8phppackagistunverified

Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.

composer require texy/texy
INSTALL
IMPORT
SIG · TEXY-TEXY
T
texy-texy
serializationphpv3.2.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Texy
use Texy\Texy;

Convert Texy markup to HTML.

use Texy\Texy; $texy = new Texy(); $html = $texy->process('Hello **world**!'); echo $html; // <p>Hello <strong>world</strong>!</p>
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
OpenAI (training)
1
Resources
texy-texy — pip install texy-texy · libregistry