discourse/spec/integrity
Joffrey JAFFEUX b3ecf00c98
DEV: adds initial support for custom blocks using code fencing (#15743)
Allows to write custom code blocks:

```
   ```mermaid height=200,foo=bar
   test
   ```
```

Which will then get converted to:

```
<pre data-code-wrap="mermaid" data-code-height="200" data-code-foo="bar">
  <code class="lang-nohighlight">
    test
  </code>
</pre>
```
2022-02-09 11:23:44 +01:00
..
coding_style_spec.rb DEV: Improve flaky time-sensitive specs (#9141) 2020-03-10 22:13:17 +01:00
common_mark_spec.rb DEV: adds initial support for custom blocks using code fencing (#15743) 2022-02-09 11:23:44 +01:00
i18n_spec.rb FIX: Don't store translated trust level names in anonymous cache (#13224) 2021-06-01 22:11:48 +02:00
js_constants_spec.rb DEV: Adds an integrity spec for JS constants 2020-05-12 12:23:36 -04:00
oj_spec.rb PERF: Use Oj for serializing JSON. (#7820) 2019-06-28 12:16:00 +10:00
onceoff_integrity_spec.rb DEV: Fix a flaky Onceoff spec (#13314) 2021-06-07 20:38:31 +02:00
site_setting_spec.rb DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00