Skip to content

Commit 1df7401

Browse files
committed
Set version to 0.3
1 parent 055af5c commit 1df7401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

markdown.awk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#
7272
# markdown::version()
7373
#
74-
# Returns the version of this library, currently "0.2".
74+
# Returns the version of this library, currently "0.3".
7575
#
7676
#
7777
# Copyright © 2023-2024 World Wide Web Consortium.
@@ -88,7 +88,7 @@
8888
# version -- return the version number of this library
8989
function version()
9090
{
91-
return "0.2"
91+
return "0.3"
9292
}
9393

9494

@@ -563,7 +563,7 @@ function inline_emphasis(s, i, no_links, replacements, result,
563563

564564
# Find a potential closing delimiter.
565565
# TODO: Apply rule 10 which says that "*foo**bar*" is
566-
# "<em>foo**bar</em>" rather than "is "<em>foo</em<em>bar</em>".
566+
# "<em>foo**bar</em>" rather than "<em>foo</em<em>bar</em>".
567567
# (https://github.github.com/gfm/#emphasis-and-strong-emphasis)
568568
u = x[2]
569569
j = 1

0 commit comments

Comments
 (0)