Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gendl
gendl-patches
gendl-patches
Commits
29163448
Commit
29163448
authored
Aug 15, 2020
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some funcs
parent
9aec5a56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
source/gwl.lisp
source/gwl.lisp
+9
-0
No files found.
source/gwl.lisp
View file @
29163448
...
...
@@ -46,3 +46,12 @@
string-or-symbol
)
:make-object-args
make-object-args
))
publish-args
)))
(
defmacro
wmd
(
string
)
`
(
str
(
with-output-to-string
(
ss
)
(
markdown:markdown
,
string
:stream
ss
))))
(
eval-when
(
:compile-toplevel
:load-toplevel
:execute
)
(
export
'wmd
:gwl
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment