mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
Tweaked discord markdown
This commit is contained in:
parent
bc13cced34
commit
63eecd3f94
9 changed files with 484 additions and 22 deletions
|
|
@ -6,7 +6,7 @@ import defaultAvatar from '../default_discord_avatar.png'
|
|||
|
||||
export default function System(props) {
|
||||
|
||||
const { toHTML } = require('discord-markdown');
|
||||
const { toHTML } = require('../Functions/discord-parser.js');
|
||||
|
||||
const [ desc, setDesc ] = useState("");
|
||||
const user = JSON.parse(localStorage.getItem("user"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue