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
Age
Commit message (
Expand
)
Author
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
+support for bullet pointed lists
dx
2020-05-06
+C project via https://github.com/odavep/CTemplate
dx
2020-05-06
~md -> org
dx
2020-05-06
+support for paragraphing
dx
2020-05-06
+confirmation of markdown compilation
dx
2020-05-06
+apply template to content and write to output file
dx
2020-05-06
+rule parser for markdown translation
dx
2020-05-06
+initial html file format
dx
2020-05-05
+read the initial html file
dx
2020-05-05
squash! +option parsing capability
dx
2020-05-05
+argument validation for markdown file test
dx
2020-05-05
+option parsing capability
dx
2020-05-05
+simple gitignore
dx
2020-05-05
+converter.py file
dx
2020-05-05
Initial commit
odavep