Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cl-markdown
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dave Cooper
cl-markdown
Commits
Commits · version-0.8.2
version-0.8.2
Select Git revision
Selected
version-0.8.2
Branches
1
master
default
protected
Tags
19
version-0.10.4
version-0.10.2
version-0.10.1
version-0.10.0
version-0.9.2
version-0.9.1
version-0.9.0
version-0.8.14
version-0.8.13
version-0.8.12
version-0.8.11
version-0.8.10
version-0.8.9
version-0.8.8
version-0.8.7
version-0.8.6
version-0.8.5
version-0.8.4
version-0.8.3
21 results
cl-markdown
Author
Search by author
Any Author
authors
Dave Cooper
dcooper
1 author
Browse files
Dec 18, 2006
Fix a few warnings; add a few comments
· 8cb34c6c
Gary King
authored
18 years ago
View commits for tag version-0.8.2
version-0.8.2
8cb34c6c
Cleanup formatting; add footnotes to system
· eb613223
Gary King
authored
18 years ago
eb613223
Working footnotes
· 1e5712f3
Gary King
authored
18 years ago
1e5712f3
notes are notes
· 64daecbe
Gary King
authored
18 years ago
64daecbe
Added :properties argument to markdown (takes an alist and adds it to the...
· 21f9cacb
Gary King
authored
18 years ago
21f9cacb
Document properties are no longer forced to upcase and are all in keyword...
· 5a517d1e
Gary King
authored
18 years ago
5a517d1e
Document properties are no longer forced to upcase and are all in keyword package.
· 33b669ca
Gary King
authored
18 years ago
33b669ca
Removed comment separators
· 803162ea
Gary King
authored
18 years ago
803162ea
Removed kruft files from the putative port of Python Markdown to CL
· 16416570
Gary King
authored
18 years ago
16416570
Dec 17, 2006
:RANGE -> :range
· 371801fc
Gary King
authored
18 years ago
371801fc
Spans depends on class-defs
· 3ac5b5c3
Gary King
authored
18 years ago
3ac5b5c3
Oct 09, 2006
Bumped version to 0.8.1
· b164f955
Gary King
authored
18 years ago
View commits for tag version-0.8.1
version-0.8.1
b164f955
Fixed bullet not stripping bullet marker bug; this time I didn't notice the...
· 2b989959
Gary King
authored
18 years ago
2b989959
Moved *{render|parse}-active-functions from extension-mechanisms to...
· 025bca17
Gary King
authored
18 years ago
025bca17
Oct 06, 2006
Updated version to 0.8.0
· 040bc576
Gary King
authored
18 years ago
View commits for tag version-0.8.0
version-0.8.0
040bc576
implement {include} in chunk-source; added containing-directory and line-is-include-p
· 5ba20f75
Gary King
authored
18 years ago
5ba20f75
jottings
· 4059c784
Gary King
authored
18 years ago
4059c784
Sep 25, 2006
Added cl-markdown-comparisons system; working on footnotes
· 428217c1
Gary King
authored
18 years ago
428217c1
Cleanup
· 8221a996
Gary King
authored
18 years ago
8221a996
fixes for url regexes to correct incorrect parsing of link-labels
· 877aa8de
Gary King
authored
18 years ago
877aa8de
Notes is notes
· 8c8833ab
Gary King
authored
18 years ago
8c8833ab
chunk-parsing-environment is finally a stack; some fixes in chunk-source
· 8f7a78ac
Gary King
authored
18 years ago
8f7a78ac
various extensions improvements
· 313bdf14
Gary King
authored
18 years ago
313bdf14
chunk-parsing-environment is finally a stack
· 9c4b26d5
Gary King
authored
18 years ago
9c4b26d5
Added testing boilerplate
· d3c67e40
Gary King
authored
18 years ago
d3c67e40
Split tests into tests and create comparison report
· b63fc337
Gary King
authored
18 years ago
b63fc337
Updated a lot of out of date tests
· c0525450
Gary King
authored
18 years ago
c0525450
Sep 08, 2006
They're notes, huh
· 7abd0d15
Gary King
authored
18 years ago
7abd0d15
added extensions, render-extensions and parse-extensions to markdown; fixed...
· d8e51682
Gary King
authored
18 years ago
d8e51682
Exported *current-document*, *output-stream* and document-property
· 69b9dc8e
Gary King
authored
18 years ago
69b9dc8e
today and now use optional date-foramt and time-format document-properties;...
· 0c37ca5b
Gary King
authored
18 years ago
0c37ca5b
Reduced volume of warnings from undefined rendering functions; probably overdid it.
· f63a098c
Gary King
authored
18 years ago
f63a098c
Added optional argument to document-property; added form-property-name...
· c80a697d
Gary King
authored
18 years ago
c80a697d
Aug 14, 2006
Moved stuff out of macros and into utlities in a somewhat superstitious manner
· eca351c7
Gary King
authored
18 years ago
eca351c7
Support for inline-images and reference-images
· 959aa4b2
Gary King
authored
18 years ago
959aa4b2
utilities depends on macros
· 51f0d33e
Gary King
authored
18 years ago
51f0d33e
Aug 09, 2006
Improved support for nested span markup; fixed bug with a bit 'o the hack for...
· 4e7f87a3
Gary King
authored
18 years ago
4e7f87a3
Improved toc support (with a start level as well as a depth
· c0db5c61
Gary King
authored
18 years ago
c0db5c61
Aug 08, 2006
Fixed problem with bracketed regex (before I moved all the regexes to...
· 50367ef2
Gary King
authored
18 years ago
50367ef2
Fixed but didn't keep problem with remove-bullets
· c7e64c9e
Gary King
authored
18 years ago
c7e64c9e
Loading