Commit Graph

1239 Commits

Author SHA1 Message Date
Tom Schaible
ea17dcc66c updated the insertion of embedded tokens so it correctly handles embedded token results returning in any order
fixes #970
2020-04-07 08:21:24 -04:00
anikethsaha
9e62be9d00 chore: add changelog 4.11.3 2020-03-25 14:27:53 +05:30
anikethsaha
a2be53aea7 chore: updated dep and docs 2020-03-25 13:35:34 +05:30
anikethsaha
ab597ca8e0 v4.11.3 2020-03-24 20:08:55 +05:30
anikethsaha
154abf59a6 fix: digit issue with sidebar (complete REVERT to old method) 2020-03-24 18:47:43 +05:30
Anix
f3a7929f07
chore: update issue template for bug 2020-03-23 21:23:51 +05:30
Anix
d08d1dd9bb
Merge pull request #1073 from nisarhassan12/develop
Gitpod setup enhancements.
2020-03-19 00:12:36 +05:30
Nisar Hassan Naqvi
0eb9708225 [gitpod-setup] fix the preview opening issue. 2020-03-14 07:31:11 +00:00
Nisar Hassan Naqvi
378f151478 [gitpod-setup] remove the build command to make the server startup faster. 2020-03-14 05:13:21 +00:00
Nisar Hassan Naqvi
643850907c update Gitpod description in the Readme. 2020-03-14 05:11:43 +00:00
Nisar Hassan Naqvi
b1acfe458c add gitpod Ready to Code badge in the Readme. 2020-03-14 05:06:45 +00:00
Nisar Hassan Naqvi
d3ec14f06f [gitpod-setup] add VS Code extension for stylus support. 2020-03-14 05:01:23 +00:00
Nisar Hassan Naqvi
8d84bc8562 [gitpod-setup] expose port: 3000 and onOpen: open-preview. 2020-03-14 05:00:19 +00:00
Anix
bbcee36106
Merge pull request #1070 from anikethsaha/anikethsaha/gitpod-setup
Add gitpod config
2020-03-13 12:45:04 +05:30
Anix
184ff51774 Add gitpod config
this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
2020-03-13 07:12:17 +00:00
Anix
b62a0c8f3e chore: add changelog 4.11.2 2020-03-09 21:15:00 +05:30
Anix
a137d38416 [build] 4.11.2 2020-03-09 21:13:36 +05:30
Anix
b4b1033f69 tests: fixed unit tests 2020-03-09 20:50:11 +05:30
Anix
9afa66607d chore: removed circular dep and css.escape 2020-03-09 20:33:07 +05:30
Anix
406670c3d6 fix: fixed rendering of color in coverpage issue 2020-03-09 20:30:01 +05:30
Anix
1811842979 chore: add changelog 4.11.1 2020-03-09 18:11:20 +05:30
Anix
b7e81f7ff4 [build] 4.11.1 2020-03-09 18:10:33 +05:30
Anix
5f86454175 IMMEDIATE FIX TILL MAJOR FIX IS COMMING FOR CSS.ESCAPE 2020-03-09 18:01:45 +05:30
Anix
df8a248678
chore(CHANGELOG): updated the changelog 2020-03-09 17:44:37 +05:30
Anix
86df3bb32d chore: add changelog 4.11.0 2020-03-09 17:12:15 +05:30
Anix
ec0409969e [build] 4.11.0 2020-03-09 17:11:29 +05:30
snyk-bot
9981c4361a fix: upgrade prismjs from 1.17.1 to 1.19.0
Snyk has created this PR to upgrade prismjs from 1.17.1 to 1.19.0.

See this package in NPM:
https://www.npmjs.com/package/prismjs

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
2020-03-09 14:30:21 +05:30
snyk-bot
39ebd73021 fix: upgrade medium-zoom from 1.0.4 to 1.0.5
Snyk has created this PR to upgrade medium-zoom from 1.0.4 to 1.0.5.

See this package in NPM:
https://www.npmjs.com/package/medium-zoom

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
2020-03-09 14:29:10 +05:30
Snyk bot
78290b2103
fix: upgrade docsify from 4.9.4 to 4.10.2 (#1054)
Snyk has created this PR to upgrade docsify from 4.9.4 to 4.10.2.

See this package in NPM:
https://www.npmjs.com/package/docsify

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
2020-03-09 14:27:40 +05:30
Kid
5d541dd7d4
improve basic layout style (#884)
* improve basic layout style

* add missing modification
2020-03-09 14:26:05 +05:30
Máté Solymosi
0f1749cb66
chore(scroll): smarter scroll behavior (#744)
authored-by: Mate Solymosi <mate.solymosi.ext@siemens.com>
2020-03-09 14:23:08 +05:30
Martin Mihálek
291c99bc38
Migrate relative links to absolute in embedded markdown (#867)
Signed-off-by: Martin Mihálek <aenniw@gmail.com>
2020-03-09 14:21:46 +05:30
Leonardo Rossi
b53ea1e304
Adds option to specify an header height (#1045)
* Adds option to specify an header height

When using a template that has a sticky-header, clicking on the sidebar will
scroll the page under the header.

I added the option `headerHeight` (default = `0`) so that the content div will
be scrolled down that amount of pixels.

* updates documentation and renames variable
2020-03-09 14:19:31 +05:30
Anix
562cd7cb3a
chore(CI): deleting snyk action as github doesnt allow tokens to forks
Migrating to snyk webhooks
2020-03-05 01:16:06 +05:30
anikethsaha
dc43d3c512 feat: added dark mode to docs closes #1031 2020-02-23 12:34:15 +05:30
Anix
c83b7e3c94
chore(CI): added snyk action (#1030) 2020-02-23 01:36:58 +05:30
Anix
b7547f151e
feat: new option hideSidebar (#1026)
* feat: new option hideSidebar

* chore: removed the console logs

* chore: linting fixes

* chore: test fix
2020-02-20 22:19:31 +05:30
Anix
75c72e917b
chore: added new linter config (#1028)
* chore: added new linter config

* chore: linting fixes

* chore: refactore in linting config and minor linting fixes
2020-02-20 14:01:04 +05:30
Anix
a111df9980
chore: documented __colon__ tip (#1025) 2020-02-14 20:41:53 +05:30
Anix
2639be7773
chore(readme): added CI badges and fixed the logo issue 2020-02-14 16:00:41 +05:30
Anix
5f7464af48
chore: migrate CI to github, refactore CI and npm scripts, linting fixes (#1023) 2020-02-14 15:22:53 +05:30
Koy
b3d9b966df
fix: emojis in titles not working correctly and update (#1016)
the doc(add a note)
2020-02-14 12:51:07 +05:30
Ben Liu
0e4cdad73e
fix config initialization and coercion (#861)
* fix: document.currentScript reference

* fix: merge config
2020-02-14 02:03:53 +05:30
orama254
d798a12715
changed the CDN from unpkg to jsDelivr #1020 (#1022)
* changed the CDN from unpkg to jsDelivr #1020

* tweaks after code review of PR #1022 for issue #1020
2020-02-12 17:10:23 +05:30
zhangj
6e9911c1df
update: .markdown-section max-width 800px to 80% (#1017)
* update max-width 800px to 95%

* update to 80%
2020-02-12 17:09:54 +05:30
Anix
92c29acb84
chore(docs) : removed FOSSA badge 2020-02-09 18:54:11 +05:30
Carsten Daurehøj
724ac024dd
feat: added capability to add css class and id to images + links + refactoring (#820)
* method extraction

* support for CSS class and id

* Update package.json

* Added tests for refactored render-methods

* minor refactoring
2020-02-08 21:54:18 +05:30
Luffy
6184e50262
fix: searching table content 2020-02-07 23:39:46 +05:30
Atsushi Tanaka
90a35ab952
Fix #895 (#896)
* Don't replace leading digit

* Install css.escape

* Escape leading digit of the anchor id
2020-02-05 22:23:05 +05:30
cyrilf
2928eb7e55
Ensure autoHeader dom result is similar to parsed H1 (#811) 2020-02-04 22:34:44 +05:30