Skip to content

Commit

Permalink
Set version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-github committed May 16, 2024
1 parent 055af5c commit 1df7401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions markdown.awk
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#
# markdown::version()
#
# Returns the version of this library, currently "0.2".
# Returns the version of this library, currently "0.3".
#
#
# Copyright © 2023-2024 World Wide Web Consortium.
Expand All @@ -88,7 +88,7 @@
# version -- return the version number of this library
function version()
{
return "0.2"
return "0.3"
}


Expand Down Expand Up @@ -563,7 +563,7 @@ function inline_emphasis(s, i, no_links, replacements, result,

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

0 comments on commit 1df7401

Please sign in to comment.