sparna-git / shacl-play

SHACL validation UI, SHACL documentation generator, SHACL generator from RDF.
http://shacl-play.sparna.fr
GNU Lesser General Public License v3.0
24 stars 15 forks source link

Afficher une ancre au survol de la souris devant chaque titre de section #54

Closed tfrancart closed 1 year ago

tfrancart commented 1 year ago

Fonctionnement similaire à https://docs.sparnatural.eu/, utiliser la même librairie Javascript Vérifier qu'il n'y a pas d'effet de bord dans le PDF

tfrancart commented 1 year ago
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
    <script>
      anchors.options.placement = 'left';
      anchors.add();
    </script>