This commit is contained in:
2020-04-20 01:15:37 +00:00
parent 05816bd740
commit 414d9cf51f

View File

@@ -809,23 +809,4 @@ export default {
}
}
};
/**
todo: STYLE / OUTPUT CSS IMPROVEMENTS
- Check with MARKED to see what css they use or require or something, maybe I'm missing something they have on their site before I roll my own
- the TOAST one is pretty cool looking
- maybe whatever is used by my docs would work too
- also there are a lot on the web search for markdown style css
- CODE BLOCK: why is it indenting the start of a code block?
- TASK Style the task markdown output, it looks pretty bleak right now
I stole the css from toast it's in the notes, search for task-list-item
also maybe there's a cleaner way try a google search once you see how they did it
- TABLES currently look shitty, find a proper style for them with boxes and shit, maybe alternating background on rows etc
- STRIKETHROUGH hard to see
*/
</script>