У меня есть файл readme.md, который выглядит следующим образом:
## Utility Methods
> Links to the documentation
### Control Flow
* [Series](https://www.google.com/dingo)
* [Parallel](https://www.google.com/fondue)
* [Waterfall](https://www.google.com/ok)
* [Inject](https://www.google.com/foop) - (most recommended)
Я хочу сделать что-то подобное, чтобы сделать его более понятным:
%url=https://www.google.com # define variable?
## Utility Methods
> Links to the documentation
### Control Flow
* [Series](%url/dingo)
* [Parallel](%url/fondue)/[ParallelLimit](%url/sram)
* [Waterfall](%url/ok)
* [Inject](%url/foop) - (most recommended)
Как вы можетевидите, я пытаюсь уменьшить количество повторений базы URL.На самом деле моя база URL намного длиннее, чем google.com, она в 3 или 4 раза длиннее, поэтому она намного хуже.