Commit Graph
65 Commits
Author SHA1 Message Date
ShigmaandULIVZ b79768cd8b feat: refine markdown api (#1337)
1. support env.loader
2. refine link behavior, every token is an instance of `Token`. its prototype should not be removed
2019-02-24 15:46:25 +08:00
Fabio AnselmoandULIVZ dad2928fb6 feat($theme-default): add ruby shortcut support for syntax highlighting (#1312) 2019-02-19 23:49:59 +08:00
ULIVZ 170cf6e4b9 v1.0.0-alpha.39 2019-02-17 20:46:01 +08:00
ShigmaandULIVZ d560e22413 fix($core): cannot use relative path in a permalink page (close: #1227)(#1298) 2019-02-17 20:38:36 +08:00
ULIVZ 2e0da50150 v1.0.0-alpha.38 2019-02-17 03:49:34 +08:00
ULIVZ fafb9ae8fb v1.0.0-alpha.37 2019-02-08 23:42:31 +08:00
ULIVZ 0df108766b v1.0.0-alpha.36 2019-02-04 02:05:21 +08:00
ULIVZ 8f43be567f refactor: update code style 2019-02-04 02:02:44 +08:00
Damian StasikandULIVZ 2f61002c0f chore: add repository.directory field to each package.json to specify where each package lives in a monorepo (#1250) 2019-02-02 23:53:13 +08:00
ULIVZ 67955d0645 v1.0.0-alpha.35 2019-01-30 13:17:57 +08:00
ULIVZ 9e7728a58c v1.0.0-alpha.34 2019-01-29 19:34:51 +08:00
ShigmaandULIVZ 099d346870 fix: remove colon as separator (close: #1151) (#1236) 2019-01-29 17:45:36 +08:00
ULIVZ 257364e241 v1.0.0-alpha.33 2019-01-28 02:35:45 +08:00
ULIVZ fc5dba882e feat($theme-default): support shortcut for sh and yml. (close: #1221)
Also, support lang tip for docker, dockerfile and makefile
2019-01-24 23:48:10 +08:00
ULIVZ 6146287201 v1.0.0-alpha.32 2019-01-16 01:03:13 +08:00
ULIVZ 15941cf6a9 v1.0.0-alpha.31 2019-01-11 02:16:38 +08:00
Brian RettererandULIVZ e74cfb30a2 chore: remove unnecessary console.log (close: #1155)(#1174) 2019-01-11 02:10:48 +08:00
bailnlandULIVZ 45481b972d chore: bump lru-cache (#1160) 2019-01-09 01:22:36 +08:00
ULIVZ ffde326ee0 v1.0.0-alpha.30 2018-12-19 02:16:24 +08:00
ULIVZ b3aba2d430 v1.0.0-alpha.29 2018-12-14 02:18:12 +08:00
ULIVZ c859623c88 v1.0.0-alpha.28 2018-12-13 01:48:53 +08:00
ULIVZ 90178214da v1.0.0-alpha.27 2018-12-03 11:23:48 +08:00
ULIVZ a9b9d9a435 v1.0.0-alpha.26 2018-12-03 07:12:22 +08:00
ULIVZ a497cc60d9 v1.0.0-alpha.25 2018-11-30 01:07:49 +08:00
ULIVZ d8db81c01d feat($markdown): pass rest options to instantiate markdown-it
Close: #1040

e.g.

  markdown: {
    config: md => {
      md.set({linkify: true});
    }
  }

shortcut:

  markdown: {
    linkify: true
  },
2018-11-30 00:12:41 +08:00
ULIVZ dbbf4a56eb v1.0.0-alpha.24 2018-11-26 02:25:01 +08:00
ULIVZ e8b78c4e70 fix($markdown): "index" is dropped in a link with "*index" pattern
Reported at #996
2018-11-26 02:04:51 +08:00
ULIVZ c21a21b403 v1.0.0-alpha.23 2018-11-18 09:51:37 +08:00
ULIVZ 82cd300648 v1.0.0-alpha.22 2018-11-14 04:18:01 +08:00
ULIVZ 6b1deb6ac2 chore: tweaks readme of markkown 2018-11-14 02:51:11 +08:00
ULIVZ dd55269057 v1.0.0-alpha.21 2018-11-14 02:48:06 +08:00
ULIVZ adb08a2194 docs: readme of @vuepress/markdown 2018-11-14 02:47:10 +08:00
ULIVZ 15af271a80 feat($markdown): ability to disable built-in markdown extensions
chainMarkdown (config) {
    require('@vuepress/markdown').removeAllBuiltInPlugins(config)
  }

Note that COMPONENT and ANCHOR plugin are required in VuePress, It is forbidden to delete them!
2018-11-14 01:17:58 +08:00
ULIVZ ca03a1263c chore($markdown): hoist index.js to root dir 2018-11-14 00:38:27 +08:00
ULIVZ b18280cb0f v1.0.0-alpha.20 2018-11-09 13:27:40 +08:00
ULIVZ 6071c56c7f v1.0.0-alpha.19 2018-11-06 13:38:47 +08:00
ULIVZ a6752e59fd v1.0.0-alpha.18 2018-10-30 03:52:50 +08:00
ULIVZ 6a0c421842 v1.0.0-alpha.17 2018-10-27 20:47:28 +08:00
ULIVZ ced6aac431 v1.0.0-alpha.16 2018-10-24 01:37:11 +08:00
ULIVZ 5c8d112d6a v1.0.0-alpha.15 2018-10-24 01:02:31 +08:00
ULIVZ a31f481d68 v1.0.0-alpha.14 2018-10-23 23:20:02 +08:00
ULIVZ 25485d103d chore: tweaks 2018-10-23 22:55:53 +08:00
ULIVZ bde4ac4b7c feat($markdown): markdown slot shortcut 2018-10-23 02:20:37 +08:00
ULIVZ 09e3f440c3 v1.0.0-alpha.13 2018-10-18 04:07:21 +08:00
ULIVZ 05843bd996 v1.0.0-alpha.12 2018-10-17 14:28:07 +08:00
ULIVZ 1dd1b55c51 fix: wrong import path (close: #937) 2018-10-17 14:21:13 +08:00
ULIVZ 67c5b619a8 v1.0.0-alpha.11 2018-10-16 02:08:38 +08:00
ULIVZ 5c268b754c v1.0.0-alpha.10 2018-10-14 23:58:45 +08:00
ULIVZ 6d408ffca8 v1.0.0-alpha.9 2018-10-10 14:02:56 +08:00
ULIVZ 608a09e204 chore: bump markdown-it-chain to 0.2.1 2018-10-10 01:17:53 +08:00