diff --git a/README.md b/README.md index c703ec0d..0dfc4c1c 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,8 @@ The `paige/figure` shortcode provides a figure with content. justify="center" maxheight="10rem" maxwidth="10rem" + number=0 + numbered=false width="10rem" >}} My content @@ -544,6 +546,10 @@ Parameters:
maxwidth
number
numbered
width
%v` $content }} @@ -19,5 +21,7 @@ "justify" $justify "maxheight" $maxheight "maxwidth" $maxwidth + "number" $number + "numbered" $numbered "width" $width ) }}