index
:
mdhtml
master
Very terrible RegEx based markdown to HTML transpiler
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Converter
/
src
Age
Commit message (
Expand
)
Author
2020-05-20
~!refactored compile_inner_text code
dx
2020-05-07
~formatting
dx
2020-05-07
+token checker function
dx
2020-05-07
+find_string algorithm
dx
2020-05-07
+!fix buffer overflow; causes removal of end tag
dx
2020-05-07
+!fix for REPL bug with missing end tags
dx
2020-05-07
~correcting my intuition about c-strings
dx
2020-05-07
~rearrange the formatted string calls
dx
2020-05-07
~puting branching comments on the line they reference
dx
2020-05-06
+list handler for parser
dx
2020-05-06
+!fixed bug, caused close tag to not occur in header
dx
2020-05-06
~free memory in repl
dx
2020-05-06
~compile_plain_text -> compile_inner_text
dx
2020-05-06
+repl to main
dx
2020-05-06
+condition to make main parse one command at will
dx
2020-05-06
~propagating diagnostic refactor
dx
2020-05-06
+whitespace considerations
dx
2020-05-06
+routine to compile plain text +diagnostics
dx
2020-05-06
~test_header_depths -> test_compile_line_header_depths
dx
2020-05-06
+simple testing argument to executable in main
dx
2020-05-06
+test for header depths
dx
2020-05-06
+testing system
dx
2020-05-06
+introduced compiler.h and compiler.c
dx
2020-05-06
~clang format shenanigans
dx
2020-05-06
~untag -> close_tag
dx
2020-05-06
~express header algorithm in terms of new constants
dx
2020-05-06
+header depth algorithm
dx
2020-05-06
~changed title for first if
dx
2020-05-06
+compile_line function, can turn '#' -> <h1>
dx
2020-05-06
+typedef to make char* into string
dx
2020-05-06
+C project via https://github.com/odavep/CTemplate
dx