This website requires JavaScript.
Explore
Help
Sign In
icedream
/
workreport-manager
mirror of
https://github.com/icedream/workreport-manager.git
Watch
1
Star
0
Fork
You've already forked workreport-manager
0
Code
Issues
Releases
Wiki
Activity
9a1ae642f9
workreport-manager
/
export
/
latex
/
stringutil
/
converter.go
6 lines
78 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit.
2017-02-09 14:13:03 +00:00
package
stringutil
Use blackfriday LaTeX export for all values inserted in LaTeX.
2017-02-20 11:34:02 +00:00
type
Converter
interface
{
Initial commit.
2017-02-09 14:13:03 +00:00
Process
(
text
string
)
string
}