瀏覽代碼

Update formatting of markdown scripts

pull/569/head
Dave Machado 6 年之前
父節點
當前提交
7fb4f77080
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 948D4778D01A7B3F
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      build/md2json.py
  2. +1
    -1
      build/validate_format.py

+ 1
- 1
build/md2json.py 查看文件

@@ -1,7 +1,7 @@
#!/usr/bin/env python3

import sys
import json
import sys


def markdown_to_json(filename, anchor):


+ 1
- 1
build/validate_format.py 查看文件

@@ -89,7 +89,7 @@ def check_format(filename):
# START Link
# url should be wrapped in '[Go!]()' Markdown syntax
link = segments[index_link]
if not link.startswith('[Go!](') or not link.endswith(')'):
if not link.startswith('[Go!](http') or not link.endswith(')'):
add_error(line_num, 'link format should be "[Go!](LINK)"')
# END Link
# END Check Entries


Loading…
取消
儲存