Hayden Hargreaves azpect
azpect closed issue azpect/MarkdownToHtmlTranspiler#22 2025-10-29 15:17:14 -07:00
Feature: Support for list nodes
azpect pushed to feature/watchdog-v2 at azpect/MarkdownToHtmlTranspiler 2025-10-29 15:15:17 -07:00
2a8beb37d3 Merge branch 'main' of gitea:azpect/MarkdownToHtmlCompiler
37fb0fbfc3 Merge pull request 'Feature: Implemented code blocks and list elements' (#30) from feature/list-nodes into main
6203f9c325 (FIX): Forgot this somehow
1c81d2aa41 (FEAT): Includes support for code block segments.
2881897c23 (FEAT): List nodes seem to be working.
Compare 5 commits »
azpect created pull request azpect/MarkdownToHtmlTranspiler#31 2025-10-29 15:12:45 -07:00
Feature: Watchdog V2 implementation.
azpect created branch feature/watchdog-v2 in azpect/MarkdownToHtmlTranspiler 2025-10-29 15:11:16 -07:00
azpect pushed to feature/watchdog-v2 at azpect/MarkdownToHtmlTranspiler 2025-10-29 15:11:16 -07:00
9d58f08984 (FIX): Needed to include these for testing
408fd5fc2e (FEAT): Completed watchdog v2 updates.
862c6e7c92 (FIX): Simplified the watchdog.
3f76dafbc1 (FIX): Renamed watchDog to watchdog
d26dd1b5a2 (FIX): Resolved the naming issues.
Compare 5 commits »
azpect pushed to main at azpect/MarkdownToHtmlTranspiler 2025-10-28 17:55:20 -07:00
152c4e8e04 Merge pull request 'feature/cmdl' (#29) from feature/cmdl into main
c90e4e8895 Merge branch 'feature/cmdl'
ca38b98e8a Merge branch 'feature/cli' into feature/cmdl
b38bb60e62 added try and catch
8f5a466a59 added comments to clarify things
Compare 7 commits »
azpect deleted branch feature/cmdl from azpect/MarkdownToHtmlTranspiler 2025-10-28 17:55:20 -07:00
azpect merged pull request azpect/MarkdownToHtmlTranspiler#29 2025-10-28 17:55:18 -07:00
feature/cmdl
azpect pushed to feature/cmdl at azpect/MarkdownToHtmlTranspiler 2025-10-28 17:53:07 -07:00
c90e4e8895 Merge branch 'feature/cmdl'
0ef0500fe8 Merge pull request '(FEAT): Heading parser uses a new inline method.' (#25) from feature/heading-inline-content into main
e6dc318306 (FEAT): Heading parser uses a new inline method.
d863b93132 Merge pull request '(FEAT): Added support for inline code blocks.' (#23) from feature/inline-code-nodes into main
f0ab2d9006 (FIX): Cleaned up a little bit, removed some notes.
Compare 15 commits »
azpect pushed to feature/list-nodes at azpect/MarkdownToHtmlTranspiler 2025-10-28 17:51:06 -07:00
6203f9c325 (FIX): Forgot this somehow
azpect approved azpect/MarkdownToHtmlTranspiler#29 2025-10-28 17:50:16 -07:00
feature/cmdl

I will take a look at this now, merging into main.

azpect created pull request azpect/MarkdownToHtmlTranspiler#30 2025-10-28 17:46:45 -07:00
Feature: Implemented code blocks and list elements
azpect pushed to feature/list-nodes at azpect/MarkdownToHtmlTranspiler 2025-10-28 17:46:00 -07:00
1c81d2aa41 (FEAT): Includes support for code block segments.
azpect created branch feature/list-nodes in azpect/MarkdownToHtmlTranspiler 2025-10-28 16:13:26 -07:00
azpect pushed to feature/list-nodes at azpect/MarkdownToHtmlTranspiler 2025-10-28 16:13:26 -07:00
2881897c23 (FEAT): List nodes seem to be working.
azpect opened issue azpect/MarkdownToHtmlTranspiler#28 2025-10-28 16:11:59 -07:00
FEATURE: Support for code BLOCKS
azpect opened issue azpect/MarkdownToHtmlTranspiler#27 2025-10-28 15:34:13 -07:00
FEATURE: Support for anchors (links)
azpect commented on issue azpect/MarkdownToHtmlTranspiler#24 2025-10-28 14:57:17 -07:00
Heading nodes should be parsed with inline nodes.

Closed with merging of #25

azpect closed issue azpect/MarkdownToHtmlTranspiler#24 2025-10-28 14:57:17 -07:00
Heading nodes should be parsed with inline nodes.
azpect merged pull request azpect/MarkdownToHtmlTranspiler#25 2025-10-28 14:55:22 -07:00
(FEAT): Heading parser uses a new inline method.