X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fmarkdown.qh;h=a3bffeaaef3b223e96273b4e81959c7306083c85;hb=4eab3f0253a063bdbd4e1ff64c4b2b08077c44c4;hp=3244877195355bc90b7363881ebb9532443d5b2c;hpb=0bd99205bd154e058edc6b82995d24e3375f5f97;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/markdown.qh b/qcsrc/lib/markdown.qh index 324487719..a3bffeaae 100644 --- a/qcsrc/lib/markdown.qh +++ b/qcsrc/lib/markdown.qh @@ -5,7 +5,7 @@ * - two spaces escape a linebreak (otherwise text wraps) * - two linebreaks become a paragraph (remain unchanged) */ -[[eraseable]] +ERASEABLE string markdown(string s) { string buf = "";