Bonjour,
Avant, il était possible d’utiliser hl_lines
pour highlighter des lignes dans un exemple de code.
Je trouvais ça super pratique pour focaliser l’attention du lecteur sur certaines parties. Il semble que ça ne fonctionne plus en v27 :
[u'message',
u'boundingBox',
u'boundingBoxMin',
u'boundingBoxMinX',
u'boundingBoxMinY',
u'boundingBoxMinZ',
u'boundingBoxMax',
u'boundingBoxMaxX',
u'boundingBoxMaxY',
u'boundingBoxMaxZ',
u'boundingBoxSize',
u'boundingBoxSizeX',
u'boundingBoxSizeY',
u'boundingBoxSizeZ',
u'center',
u'boundingBoxCenterX',
u'boundingBoxCenterY',
u'boundingBoxCenterZ',
u'matrix',
u'inverseMatrix',
u'worldMatrix',
u'worldInverseMatrix',
u'parentMatrix',
u'parentInverseMatrix',
u'transMinusRotatePivot',
u'transMinusRotatePivotX',
u'transMinusRotatePivotY',
u'transMinusRotatePivotZ',
u'xformMatrix',
u'rotationInterpolation']
Ce code utilise une entête :
```python hl_lines="3 7 11 15 19-24 29"
Pourtant, les lignes ne sont plus highlité. Est-ce que ce fonctionnement va revenir ?
Un gros merci d’avance !
+0
-0