summaryrefslogtreecommitdiff
path: root/src/lib/Codec
AgeCommit message (Collapse)AuthorFilesLines
2022-08-29graph: Use node id when querying incoming/outcoming nodes/edgesLars-Dominik Braun2-10/+10
2022-08-28lint: Add uniqueness test for Results/AlternativesLars-Dominik Braun1-2/+30
2022-08-28lint: Resolve and remove some todo’sLars-Dominik Braun1-42/+9
2022-08-28Fix link renderingLars-Dominik Braun1-2/+3
Move it into text, because pandoc’s .rst parser is limited.
2020-08-25Fix linksLars-Dominik Braun4-18/+23
pandoc does not handle internal links well for some reason, so replace them with HTML anchors and pray for the best.
2020-08-24GHC 8.8, cabal 3, pandoc 2.10 compatibilityLars-Dominik Braun6-0/+1489
Move files around to separate Pesto (the library) and Pesto (the executables). Fixes for pandoc API changes.