-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow empty lines and render Markdown inside HTML tags #1939
Comments
I have the same concern. As I tend to use a lot of
is rendered correctly in GitHub Flavoured Markdown (as well as Byword, the editor I previously used). ⬇️ Wolfram MathWorldFor checking definitions in maths, stats and computer science.
The default keyword is ⬆️ It seems Typora do not currently render Markdown Syntax within HTML tags in the same way. Maybe we should make an exception for specific tags like Regards. |
Typora really needs to support this kind of grammar. Now if I want to write collapsible items with Typora, I have no other method but to use pure html language, which is usually longer and inconvenient. |
This is indeed a very needed and useful feature, because otherwise we loose all of Typora's markdown power when writing HTML tags, specially in collapsible texts, which are so common. A possible solution (if it makes it easier/possible for development) would be adding support for <details>
<summary> This is collapsible </summary>
Text inside <details> doesn't support Markdown.
<markdown>
## This is the Markdown HTML Tag
Text inside this tag should be parsed and rendered as `Markdown` by **Typora**.
We should be able to use the `<markdown>´ tag inside other HTML tags as well,
not only inside `<details>` and `<summary>` tags.
</markdown>
</details> |
The HTML attribute markdown="1" has already emerged as an unofficial standard. I encourage following it and perhaps trying to elevate it to an official standard. |
Please consider adding this feature in the future, I definitely want to use codeblock within details/summary tag! |
Please consider this feature in these days. It's really meaningful for us. |
I echo this request - my use case is using html |
+1 |
If you export your mixed html/markdown as html without styling, you can see that open html tags on their own lines are immediately closed like so: |
But the problem remains unsolved! We NEED this property of HTML. |
Yes, it's very useful to support markdown renderd in html div or blocks. |
The issue with adding unwanted closing tags referred to by @certikfoundation-shared also exists in the full HTML export, not just without styling. |
I just want to add another voice requesting this. HackMD will actually handle this, and for the moment this is pulling me away from typora to HackMD (and its electron-wrapper desktop version) for some tasks. I'd rather stay in typora |
Why are so many people raising the issue and the team not fixing it? |
Hi, is this update in the roadmap? I hope it is in the works, as this has been requested since 2018. Thanks, |
I use Markdown combined with the details tag every day . This feature is most needed for me. |
need this also |
1 similar comment
need this also |
Since 2018, four years!!! And it is no longer free! Hope for an update! |
Since it's been almost 5 years, I'm assuming there is no intention to add this basic feature, ever. Link for those interested in refunding Typora: https://support.typora.io/purchase/#can-i-get-my-money-back-refund |
I am not interested in a refund. I have easily got my money's worth from Typora over the years. It seems, however, that this feature has become more urgent for more people, so I support the increasing number of requests for it. Are there technical limitations or other difficulties related to this feature? or is it merely a matter of "too much to do"? |
I notice this issue is still open: can the Typora team please fix this? This should have slowly made its way up to a p0 after five years and should literally be the only thing that gets worked on before any other issues are picked up, so that "we support GitHub flavoured markdown" is finally true again =) |
If Typora supports this collapse or hides features, typora is the king of the minimal Markdown editor. |
Not being able to match GitHub markdown with this feature is a major pain. |
When I first discovered this bug, I couldn't imagine that such a long-lasting, obvious, and impressive bug existed in such a prestigious editor. |
it's almost as if, had the parser/converter part been open source, the community could have fixed this six years ago. |
Today is the last day of 2024 and I just tried Typora for two days. FarewellThanks for the 15 day free trial. |
To be fair: Typora was bought by a Chinese company that has zero information about it anywhere on the web (unless you count a battery manufacturer by the same name, which would have no business buying a markdown editor) which they didn't even call out in their EULA until a few days ago. It might be time to leave Typora for more than just this issue's reason. Next thing you know, Typora's the new polyfilljs, shipping with exploits landed, except unlike polyfilljs it's closed source and they have access to your entire computer, rather than just "whatever can be exploited through JS in a browser". |
I typically want to write Markdown content inside a
div
orp
. Currently, I do this:I would love it if Typora would render Markdown in its typical WYSIWYG way inside such an HTML tag.
The text was updated successfully, but these errors were encountered: