Don't process includes within code blocks (#58)

This commit is contained in:
Kayce Basques
2025-12-16 14:30:38 -08:00
committed by GitHub
parent dacabd62b4
commit 1dd8119cfd
4 changed files with 112 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from .manager import LLMSFullManager
from .processor import DocumentProcessor
from .writer import FileWriter
__version__ = "0.7.0"
__version__ = "0.7.1"
# Export classes needed by tests
__all__ = [