]> granicus.if.org Git - multimarkdown/commit
ADDED: Add functionality to automatically identify abbreviations and glossary terms...
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 10 Mar 2017 00:37:09 +0000 (19:37 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 10 Mar 2017 00:37:09 +0000 (19:37 -0500)
commit04c2748fbb3cd8472e353815677ca4444e0d6f61
treeaa5a3ee27e64300aa65bcfb2288d0b92c74573cf
parent6e729018501c18ca4114ba8857884bf8ec053a81
ADDED: Add functionality to automatically identify abbreviations and glossary terms in source
22 files changed:
CMakeLists.txt
Sources/libMultiMarkdown/aho-corasick.c [new file with mode: 0644]
Sources/libMultiMarkdown/aho-corasick.h [new file with mode: 0644]
Sources/libMultiMarkdown/html.c
Sources/libMultiMarkdown/include/token.h
Sources/libMultiMarkdown/latex.c
Sources/libMultiMarkdown/lexer.c
Sources/libMultiMarkdown/lexer.re
Sources/libMultiMarkdown/mmd.c
Sources/libMultiMarkdown/odf.c
Sources/libMultiMarkdown/token.c
Sources/libMultiMarkdown/writer.c
tests/MMD6Tests/Abbreviations.fodt
tests/MMD6Tests/Abbreviations.html
tests/MMD6Tests/Abbreviations.htmlc
tests/MMD6Tests/Abbreviations.tex
tests/MMD6Tests/Abbreviations.text
tests/MMD6Tests/Glossaries.fodt
tests/MMD6Tests/Glossaries.html
tests/MMD6Tests/Glossaries.htmlc
tests/MMD6Tests/Glossaries.tex
tests/MMD6Tests/Glossaries.text