put keyboard shortcuts in <kbd> tag

This commit is contained in:
i-c-u-p
2022-07-08 02:02:18 -05:00
parent f574721574
commit 83005da1bb
13 changed files with 34 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ The input file is `Demo.md` with the following contents:
### dataviewjs script
The `dataviewjs` script looks like this:
*Use CTRL+Shift+V to paste code into Obsidian!*
*Use <kbd>CTRL+Shift+V</kbd> to paste code into Obsidian!*
```javascript
function crawl(subtasks) {
let size = subtasks.length > 0 ? 0 : 1; //if no children then a leaf with size 1