Commit Graph
82 Commits
Author SHA1 Message Date
ShigmaandULIVZ cc193d5cc1 refactor($markdown): use relativePath instead of relPath (#1485) 2019-03-28 01:09:21 +08:00
ShigmaandULIVZ 9caada0221 chore: fix lint (#1451) 2019-03-15 23:31:14 +08:00
BarchielandShigma f44e2dbc92 fix($markdown): treat styl as stylus language (#1433) 2019-03-13 18:15:42 +08:00
ShigmaandULIVZ 9734a581d6 feat($markdown): markdown plugin (close: #585) (#1422) 2019-03-13 02:06:48 +08:00
ULIVZ e727f7e2a2 v1.0.0-alpha.44 2019-03-11 02:55:22 +08:00
ULIVZ 74d9795a20 v1.0.0-alpha.43 2019-03-10 06:06:18 +08:00
ULIVZandGitHub e5d8ed4655 feat: refine node api (#1395)
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
2019-03-04 23:46:13 +08:00
ULIVZ f4ce75f73e v1.0.0-alpha.42 2019-03-03 14:55:57 +08:00
ShigmaandULIVZ c85f62d4a6 fix($theme-default): support slot and v-pre container (close: #1387) (#1389) 2019-03-03 14:51:39 +08:00
ULIVZ a7829ec205 v1.0.0-alpha.41 2019-03-03 02:28:23 +08:00
ULIVZ ff463eb1fc chore($core): fix the packages version in alpha stage (close: #1379) 2019-03-03 02:20:51 +08:00
ShigmaandULIVZ 5a111a2f24 fix($markdown): fix line highlighting (close: #1364) (#1369) 2019-03-03 01:34:15 +08:00
ShigmaandULIVZ 760f90b914 feat($markdown): TOC component (close: #1275) (#1375) 2019-03-03 00:40:31 +08:00
ShigmaandULIVZ ad0ff7228c feat: plugin container (#1381) 2019-03-02 23:50:30 +08:00
ULIVZ 0e63745b4d v1.0.0-alpha.40 2019-02-27 09:51:35 +08:00
ShigmaandULIVZ f04adbf1ea feat($markdown): cache parser (#1359) 2019-02-27 09:48:38 +08:00
ShigmaandULIVZ 8f83a179ce feat($markdown): code snippet hmr (close #1309) (#1358) 2019-02-27 00:08:46 +08:00
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