Skip to content

Commit 8268ac1

Browse files
authored
GitHub Pages Config + Typo Fix (#1229)
This change adds a config file so that the generated GitHub Page html files use the same markdown format as is used on the existing Code views. Also including a small typo correction that the markdown renderer is handling, but the generated GitHub Page is not.
1 parent 7f856cb commit 8268ac1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ we move them into the [Alumni section](#alumni-) below.
6868
| [Call Stacks in Crash Reports](CrashReporting/AddStackToCrashReports.md) | <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/Call%20stacks%20in%20crash%20reports"> ![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/Call%20stacks%20in%20crash%20reports?label=issues)</a> | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=call-stacks-in-crash-reports.md) | Performance |
6969
| [PerformanceNavigationTiming User Agent Launch](PerformanceNavigationTiming%20for%20User%20Agent%20Launch/explainer.md) | <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/Perf%20timing%20during%20browser%20start">![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/Perf%20timing%20during%20browser%20start?label=issues)</a> | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=performance-timing-during-browser-start.md) | Performance |
7070
| [Trust Token Issuer Redemption Statistics](TrustTokenExtensions/IssuerRedemptionStatistics.md) | <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/Trust%20Token%20Issuer%20Redemption%20Statistics">![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/Trust%20Token%20Issuer%20Redemption%20Statistics?label=issues)</a> | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=trust-token-issuer-redemption-statistics.md) | Privacy |
71-
| [Browser Binding Context](BindingContext/explainer.md) | <a href=https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/Browser%20Binding%20Context%20BPoP> ![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/Browser%20Binding%20Context%20BPoP?label=issues)</a> | [New issue....](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=browser-binding-context-bpop.md) | Privacy |
71+
| [Browser Binding Context](BindingContext/explainer.md) | <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/Browser%20Binding%20Context%20BPoP"> ![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/Browser%20Binding%20Context%20BPoP?label=issues)</a> | [New issue....](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=browser-binding-context-bpop.md) | Privacy |
7272
| [Acquisition Info](AcquisitionInfo/explainer.md) | <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/Acquisition%20Info"> ![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/Acquisition%20Info?label=issues)</a> | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=acquisition-info.md) | PWA |
7373
| [ApplicationData.LocalFolder Access](LocalFolder/explainer.md) | <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/LocalFolder%20Access">![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/LocalFolder%20Access?label=issues)</a> | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=local-folder-access.md) | PWA |
7474
| [Document Subtitle](DocumentSubtitle/explainer.md) | <a href="https://github.com/MicrosoftEdge/MSEdgeExplainers/labels/DocumentSubtitle">![GitHub issues by-label](https://img.shields.io/github/issues/MicrosoftEdge/MSEdgeExplainers/DocumentSubtitle?label=issues)</a> | [New issue...](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new?template=document-subtitle.md) | PWA |

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This is the Jekyll config file, used by GitHub for generating the
2+
# GitHub Pages for this repo.
3+
4+
# Use GitHub Flavored Markdown for the md > html conversion.
5+
# This is the same markdown format used for rendering on GitHub's code pages.
6+
markdown: GFM

0 commit comments

Comments
 (0)