zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.95k stars 744 forks source link

Update docs to avoid html-special-characters filtering #785

Closed moreal closed 5 years ago

moreal commented 5 years ago

I resolved issue #783

In my thought, this problem was occured from using syntax not standard
(The docs build program might think < and > can be used for xss attack.)

So I changed the code block format from ":::" => "<lang> using code (gist)

Please check it's successfully changed by me, link, netmq-forked readthedocs

somdoron commented 5 years ago

thanks!