I wrote a source converter to display a small project. Basically, it takes input and converts the input into output displayed by the browser (I think it looks like Wikipedia).
There is an idea, but it does not look like the MediaWiki style and does not look like the MarkDown style. He has several innovations. For example, when a user enters spaces in a chain, I assume that he wants to keep spaces. Since html ignores spaces by default, I thought about converting this string of spaces to the appropriate (e.g. 3 spaces in a string converted to 1 )
So what is happening is that I can foresee the possibility of tons of tags per message (and on one page there can be several messages).
I heard a lot of anti-ipsps on the Internet, but most of them come down to readability of headaches (in this case, the input is provided by the user. If he decides to make his message unreadable, he can do it with any other formatting actions provided) or service headaches (which in this case, not, since this is the converted output).
I wonder what the disadvantages of having tags on a web page?
source share