Git Product home page Git Product logo

Comments (1)

jwdonahue avatar jwdonahue commented on August 22, 2024

Yup, somebody inserted tables into the list items for 6, 7 & 8. This causes serious alignment issues between the item numbers and associated text as the numbers are centered vertically in their cells.

<html>
<body>
<!--StartFragment-->

<li>
--
  | <table>
  | <tbody>
  | <tr>
  | <td>Patchversie Z (x.y.Z</td>
  | <td>x &gt; 0) MOET worden verhoogd als wijzigingen zijn doorgevoerd die compatibel zijn met de vorige versie. De definitie van een bugfix is een interne wijziging welke foutief gedrag corrigeert.</td>
  | </tr>
  | </tbody>
  | </table>
  | </li>
  | <li>
  | <table>
  | <tbody>
  | <tr>
  | <td>Mineurversie Y (x.Y.z</td>
  | <td>x &gt; 0) MOET worden verhoogd als nieuwe, met de vorige versie compatibele wijzigingen worden gedaan aan de publieke API. Het MOET worden verhoogd op het moment dat publieke-API-functionaliteit wordt uitgefaseerd. Het MAG worden verhoogd als substantiële nieuwe functionaliteit of verbeteringen worden doorgevoerd in de afgeschermde code. Het MAG ook wijzigingen van niveau patch bevatten. De patchversie MOET op 0 worden teruggezet wanneer een mineurversie is verhoogd.</td>
  | </tr>
  | </tbody>
  | </table>
  | </li>
  | <li>
  | <table>
  | <tbody>
  | <tr>
  | <td>Majeurversie X (X.y.z</td>
  | <td>X &gt; 0) MOET worden verhoogd als wijzigingen worden doorgevoerd niet compatibel zijn met de publieke API. Het MAG ook wijzigingen van niveau mineur en patch bevatten. De patch- en mineurversie MOETEN op 0 worden teruggezet wanneer majeurversie is verhoogd.</td>
  | </tr>
  | </tbody>
  | </table>
  | </li>

<!--EndFragment-->
</body>
</html>

from semver.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.