1. 29 Mar, 2018 1 commit
    • Sean McGivern's avatar
      Escape autocomplete results for Markdown · 78aa8c16
      Sean McGivern authored
      A label name can contain a `_`, `~~`, or other Markdown-significant
      characters. But label references are processed _after_ Markdown processing has
      run, so we can't easily fix this on the backend.
      
      We can make it more convenient, though, by changing the frontend to escape these
      characters so they aren't processed as Markdown, when we insert them from
      autocomplete.
      78aa8c16
  2. 28 Mar, 2018 31 commits
  3. 27 Mar, 2018 8 commits