(big, sub, action)
| 847 | ); |
| 848 | } |
| 849 | function emptyState(big, sub, action) { |
| 850 | return '<div class="card"><div class="empty"><div class="big">' + esc(big) + "</div><div>" + sub + "</div>" + (action ? '<div class="actions" style="justify-content:center;margin-top:14px">' + action + "</div>" : "") + "</div></div>"; |
| 851 | } |
| 852 | function miniMd(md) { |
| 853 | const lines = esc(md).split(/\r?\n/); |
| 854 | let out = ""; |
no test coverage detected