diff --git a/.gitignore b/.gitignore
index e173d13..07e1347 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ cmake-build-*/
\.idea/
docs/
build/
-_build/
\ No newline at end of file
+_build/
+*.html
diff --git a/include/moFileReader.hpp b/include/moFileReader.hpp
index a02ea53..97d56f8 100644
--- a/include/moFileReader.hpp
+++ b/include/moFileReader.hpp
@@ -635,6 +635,17 @@ class moFileReader
}
stream << "
" << std::endl;
+ // Separate tables for each context
+ for (const auto &it : reader.m_lookup_context)
+ {
+ stream << R"(
)" << it.first << " | " << std::endl; + for (const auto &its : it.second) + { + stream << "|
---|---|
" << its.first << " | " << its.second << " |