How is the Trix editor on gorails.com "Parsed with Markdown"?
Is there some markdown parser customized into the Trix library or is the parser even running clientside or is the parser just run serverside of the HTML-ized body content before it is saved? I would really love any info on how this is done and how I can incorporate the same functionality.
Thanks in advance for any insight.
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
1. Item 3b
1. Item 3b
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete ite
> guess not
Luckily HTML is valid Markdown, but like you see above, you can't really have Markdown in HTML because the characters will be escaped.
switching back to SimpleMDE or something else? SimpleMDE looks cool but not being updated at all since mid 2016 is worrisome
I'm not sure it's so worriesome. A markdown editor is super simple so unless there are a ton of bugs, there's not much maintenance that you would need.
indentation test for simpleMDE:
This is the top level.
This should be indented (level 1)
indented more (level 2)
indented more (level 3)
- Bullet Top Level
- Bullet Level 2
- Bullet Level 3
- Bullet Level 4
- Bullet Level 5
- Bullet Level 5
- Bullet Level 4
- Bullet Level 3
- Bullet Level 2
what i really dont like on trix is that it seems to be impossible to style content in it like centering words etc.
In addition to that i really would love to embed social media in my posts like twitter feeds, spotify etc but that seems to be not possible aswell