]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/markdown.qh
Rename t_items.qc to items.qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / markdown.qh
index 63a4182b457c1c38849467d5d0fbae0dc9b93446..a3bffeaaef3b223e96273b4e81959c7306083c85 100644 (file)
@@ -5,6 +5,7 @@
  *   - two spaces escape a linebreak (otherwise text wraps)
  *   - two linebreaks become a paragraph (remain unchanged)
  */
+ERASEABLE
 string markdown(string s)
 {
        string buf = "";