Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
s-cassidy
/
mdparse
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Oct 17, 2023
Remove debugging code
s-cassidy
committed
f332a73
Copy full SHA for f332a73
Filter repo
s-cassidy
committed
5f0942f
Copy full SHA for 5f0942f
Commits on May 8, 2023
Refactor Node.catch_token()
Show description for 86057aa
s-cassidy
committed
86057aa
Copy full SHA for 86057aa
Commits on May 7, 2023
Improved behaviour of line breaks (possibly)
s-cassidy
committed
d9c7da9
Copy full SHA for d9c7da9
Rename markdown dictionary
s-cassidy
committed
ec08cfd
Copy full SHA for ec08cfd
Commits on May 2, 2023
Parser now writes each stage to a file for debugging purposes
s-cassidy
committed
6d00afa
Copy full SHA for 6d00afa
Commits on May 1, 2023
More robust handling of external links
s-cassidy
committed
220896f
Copy full SHA for 220896f
Support for ordered lists
s-cassidy
committed
1020aa9
Copy full SHA for 1020aa9
Commits on Apr 29, 2023
begin logic for numbered list in tokeniser
s-cassidy
committed
c97fcae
Copy full SHA for c97fcae
start refactor of parser
s-cassidy
committed
78471d6
Copy full SHA for 78471d6
Better handling of tabs
s-cassidy
committed
31d4504
Copy full SHA for 31d4504
Commits on Apr 22, 2023
Add correct list indentation
s-cassidy
committed
368db9a
Copy full SHA for 368db9a
Commits on Apr 12, 2023
Handles internal and external links
s-cassidy
committed
67ab78d
Copy full SHA for 67ab78d
Commits on Apr 11, 2023
Add handling for embed links and conversion to html
s-cassidy
committed
178037c
Copy full SHA for 178037c
Commits on Apr 9, 2023
Added handling for internal and external links
s-cassidy
committed
4920bed
Copy full SHA for 4920bed
Commits on Apr 8, 2023
Refactor tree construction
s-cassidy
committed
1ad6688
Copy full SHA for 1ad6688
Can correctly create a tree with some basic elements. Requires refactoring.
s-cassidy
committed
c1b8e04
Copy full SHA for c1b8e04
Commits on Apr 4, 2023
fix algorithm to work with __ inside **
s-cassidy
committed
ca99a18
Copy full SHA for ca99a18
Prototype for process_tokens() works in most cases for a subset of markdown
s-cassidy
committed
d52af30
Copy full SHA for d52af30
Commits on Apr 3, 2023
change from tree and node class to linear stack model
s-cassidy
committed
1f5d4d5
Copy full SHA for 1f5d4d5
some improvements to the node class
s-cassidy
committed
f19e3dd
Copy full SHA for f19e3dd
Commits on Apr 2, 2023
refactor design of node to be type-safe
s-cassidy
committed
ca752a2
Copy full SHA for ca752a2
Basic implementation of tree classes -- mypy not entirely satisfied yet
s-cassidy
committed
b029109
Copy full SHA for b029109
Commits on Apr 1, 2023
Add handling for block quote and colon
s-cassidy
committed
1745dea
Copy full SHA for 1745dea
Add handling for internal link tokens
s-cassidy
committed
2c09f93
Copy full SHA for 2c09f93
Replace more !TOKEN expressions with the 'raw' markdown token
s-cassidy
committed
57e8c32
Copy full SHA for 57e8c32
Change from !*BOLD to ** etc
s-cassidy
committed
f4f7977
Copy full SHA for f4f7977
Commits on Mar 29, 2023
tokenise() returns the completed token list automatically
s-cassidy
committed
0de1cef
Copy full SHA for 0de1cef
Change how EOF is handled--now adds an EOF token
s-cassidy
committed
d674d3d
Copy full SHA for d674d3d
Commits on Mar 27, 2023
Add handling of tags and hyphens
s-cassidy
committed
0e4eb91
Copy full SHA for 0e4eb91
Commits on Mar 26, 2023
add tag handler
s-cassidy
committed
9a84ba8
Copy full SHA for 9a84ba8
add handling of newlines, underscores, and headings
s-cassidy
committed
f9cf965
Copy full SHA for f9cf965
Commits on Mar 25, 2023
Improve peek to allow peek backwards
s-cassidy
committed
619c51f
Copy full SHA for 619c51f
Commits on Mar 22, 2023
build tokeniser prototype that parses stars and escape characters
s-cassidy
committed
ba45300
Copy full SHA for ba45300
Initial commit
s-cassidy
committed
8540b43
Copy full SHA for 8540b43
You can’t perform that action at this time.