mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
17 lines
385 B
JavaScript
17 lines
385 B
JavaScript
/*
|
|
* bracketed links
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: '60e14feb-a81d-4ffb-9b12-7585d346bad8',
|
|
tags: ['extension'],
|
|
name: 'bracketed links',
|
|
desc: 'render links surrounded with [[brackets]] instead of __underlined__.',
|
|
version: '0.1.0',
|
|
author: 'arecsu',
|
|
};
|