tedi2html library used in texdi
alkeon 301d1a7eea Add nested lists support and better code for espace_underscores | 2 anos atrás | |
---|---|---|
test | 2 anos atrás | |
.gitignore | 6 anos atrás | |
LICENSE | 6 anos atrás | |
README.md | 2 anos atrás | |
meson.build | 2 anos atrás | |
tedi2tex.cpp | 2 anos atrás | |
tedi2tex.h | 2 anos atrás |
This repo only contains library code.
You can use tedi2tex function with this library.
string tedi2tex(string text, string header="", string footer="")
This function will convert an html string (text variable) to a tedi string.
If there is something wrong will throw an "Invalid" exception. You can read the reason and the line wich failed with two methods from Invalid exception
string reason()const
string line() const
Added library for testing. dessert check it github.com/r-lyeh-archived/dessert
The only thing you can compile from this repo are tests.
In order to compile tedi2tex library you need following software packages:
To compile run:
git clone https://notabug.org/alkeon/tedi2lang
git clone https://notabug.org/alkeon/tedi2tex
cd tedi2tex/test/
make
To run tests:
./tests
For additional information about the project tedi2tex visit Alkeon web site:
https://inventati.org/alkeon/