You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is really great and is the most suitable for my usage. But, I think it will be more wonderful if this project can render inline HTML tag inside the Markdown.
I notice there is Android's library can handle that https://github.com/noties/Markwon. But I still can't find for iOS in all over GitHub project.
For example I have a sample Markdown like this, it can render the underline, superscript and subscript:
**bold**
*italic*
<u>underline</u>
~~strikethrough~~
<sup>superscript</sup>
<sub>subscript</sub>
* unorderedlist 1
* unorderedlist 2
* unorderedlist 2.1
* unorderedlist 2.1.1
* unorderedlist 2.1.2	
* unorderedlist 2.2
* unorderedlist 2
1. orderedlist 1
2. orderedlist 2
1. orderedlist 2.1
1. orderedlist 2.1.1
2. orderedlist 2.2
> This is blockquote
`This is text that wrapped in markdown code`
[Google Link](https://google.com "Google Link")
| Table Col 1 | Table Col 2 | Table Col 3 |
| -------------------- | ----------------------------- | ----------- |
| row 1 col 1 | <u>row 1 col 2 underlined</u> | row 1 col 3 |
| *row 2 col 1 italic* | row 2 col 2 | row 2 col 3 |

reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
This project is really great and is the most suitable for my usage. But, I think it will be more wonderful if this project can render inline HTML tag inside the Markdown.
I notice there is Android's library can handle that https://github.com/noties/Markwon. But I still can't find for iOS in all over GitHub project.
For example I have a sample Markdown like this, it can render the underline, superscript and subscript:
Looking forward to your thoughts! ✨
Beta Was this translation helpful? Give feedback.
All reactions