This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
Lumina-Internal
/
VLEX
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
55473b7e7c
Větve
Značky
UAT
live
master
VLEX
/
BPM-UI
/
node_modules
/
mdast-util-to-hast
/
lib
/
handlers
/
thematic-break.js
thematic-break.js
105 B
Historie
Surový
1
2
3
4
5
6
7
'use strict'
module.exports = thematicBreak
function thematicBreak(h, node) {
return h(node, 'hr')
}