Andrey Makarov
6505bd347d
Markdown indented code blocks ( #20473 )
...
* Implement Markdown indented code blocks
Additional indentation of 4 spaces makes a block an "indented code block"
(monospaced text without syntax highlighting).
Also `::` RST syntax for code blocks is disabled.
So instead of
```rst
see::
Some code
```
the code block should be written as
```markdown
see:
Some code
```
* Migrate RST literal blocks :: to Markdown's ones
2022-10-05 14:03:10 -04:00
..
2021-10-24 11:51:57 +02:00
2022-10-03 18:33:45 +02:00
2022-09-28 15:28:45 -04:00
2022-08-08 16:56:37 +08:00
2021-03-07 12:08:41 +01:00
2022-09-28 15:28:45 -04:00
2021-04-17 11:14:09 +02:00
2021-12-08 08:40:35 +01:00
2017-01-31 13:08:47 +01:00
2022-09-28 15:28:45 -04:00
2021-11-16 20:30:07 +01:00
2020-05-29 12:08:17 +02:00
2021-07-07 09:39:01 +02:00
2021-03-26 16:27:55 +01:00
2019-02-26 15:48:55 +01:00
2022-10-05 14:03:10 -04:00
2022-09-28 15:28:45 -04:00
2022-10-03 06:07:55 +02:00
2022-09-28 15:28:45 -04:00
2021-05-01 11:10:40 +02:00
2022-04-07 17:38:01 -04:00
2022-09-28 15:28:45 -04:00
2021-07-07 09:39:01 +02:00
2020-10-28 14:00:49 +01:00
2022-08-24 13:38:30 +02:00
2021-10-24 11:51:57 +02:00
2021-04-07 13:40:57 +02:00
2022-09-28 15:28:45 -04:00
2021-11-07 16:38:02 +01:00
2021-01-04 18:27:58 +01:00
2022-08-24 13:38:30 +02:00
2021-03-03 13:37:42 +01:00
2021-04-07 23:26:53 +02:00
2019-09-16 23:54:31 +02:00
2020-05-12 15:46:24 +02:00
2021-10-13 11:09:45 +02:00
2020-12-21 09:41:56 -08:00
2022-09-20 14:59:50 +02:00
2021-04-17 11:14:09 +02:00
2021-07-01 11:14:01 +02:00
2021-08-13 09:35:48 +02:00
2022-09-30 12:38:25 +02:00
2020-05-05 00:48:13 +02:00
2021-02-28 13:17:19 -08:00
2022-09-28 15:28:45 -04:00
2022-06-10 20:33:44 +02:00
2021-10-30 10:14:23 +02:00
2021-02-17 09:32:36 +01:00
2021-01-22 19:51:11 +01:00
2022-02-11 11:16:27 +01:00
2022-05-08 11:54:25 +02:00
2022-07-31 20:01:36 -04:00
2021-08-11 08:54:49 +02:00
2021-12-09 14:00:33 +01:00
2018-12-19 10:02:20 +01:00
2021-08-13 09:35:48 +02:00
2022-09-11 16:56:11 -04:00
2021-08-13 09:35:48 +02:00
2022-09-27 20:06:23 +02:00
2020-10-19 14:50:06 +02:00
2022-10-04 12:45:10 +02:00
2022-10-03 06:07:55 +02:00
2021-03-22 00:36:48 +01:00
2021-02-28 23:15:26 -08:00
2022-09-01 18:10:00 +02:00
2022-09-21 10:37:13 +02:00
2021-05-15 06:50:39 +02:00
2022-09-20 14:59:50 +02:00
2021-11-11 19:07:08 +01:00
2022-09-16 16:35:53 -04:00
2022-08-09 16:32:29 +08:00
2020-01-30 10:54:50 +01:00