Skip to content

v1.5.0 - start for lists

Latest
Compare
Choose a tag to compare
@JohannesKaufmann JohannesKaufmann released this 27 Dec 14:39
2ec2259
  1. Configure the numbering of a ordered list by using the start attribute.
<ol start="10">
    <li>10</li>
    <li>11</li>
    <li>12</li>
</ol>
  1. The YoutubeEmbed() and VimeoEmbed() plugins can now be used more easily.
    Please report any bugs that you encounter!