feat: add markdown shortcodes (#215)

This commit is contained in:
Daniel Lautzenheiser
2022-12-11 09:03:53 -05:00
committed by GitHub
parent 388de1e0c4
commit bb84382f6e
51 changed files with 4229 additions and 399 deletions

View File

@ -10,5 +10,8 @@ if (typeof window === 'undefined') {
removeItem: jest.fn(),
getItem: jest.fn(),
},
navigator: {
platform: 'Win',
},
};
}