From 96f6fee474dfd27c64364d1b4d2ca2ed9d8cae2d Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 1 Nov 2024 19:26:32 -0400 Subject: [PATCH] data: update sample content according to the new math syntax (#129) --- rendercv/data/sample_content.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/data/sample_content.yaml b/rendercv/data/sample_content.yaml index 6b3b0e9a..233b8bfd 100644 --- a/rendercv/data/sample_content.yaml +++ b/rendercv/data/sample_content.yaml @@ -61,7 +61,7 @@ sections: - Created a service to provide gradient across VS and VS add-ins, optimizing its performance via caching - Built an app to compute the similarity of all methods in a codebase, reducing - the time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$ + the time from $$\mathcal{O}(n^2)$$ to $$\mathcal{O}(n \log n)$$ - Created a test case generation tool that creates random XML docs from XML Schema - Automated the extraction and processing of large datasets from legacy systems