Retag snippets

This commit is contained in:
Angelos Chalaris
2019-08-21 14:30:25 +03:00
parent bdd03cedfe
commit 9de7519520
5 changed files with 139 additions and 150 deletions

View File

@ -1,6 +1,6 @@
---
title: AutoLink
tags: string,fragment,regexp,advanced
tags: utility,string,fragment,regexp,advanced
---
Renders a string as plaintext, with URLs converted to appropriate `<a>` elements.

View File

@ -1,6 +1,6 @@
---
title: TreeView
tags: object,visual,state,recursion,advanced
tags: visual,object,state,recursion,advanced
---
Renders a tree view of a JSON object or array with collapsible content.