DeckofAdventures / TheGame

Welcome to Deck of Adventures, The Game.
https://deckofadventures.github.io/TheGame/
Other
4 stars 3 forks source link

Some Links in Full Player Guide don't work #85

Closed LockerM closed 2 years ago

LockerM commented 2 years ago

In Table of Contents, as well as when trying to deeplink, doesn't work for some of the items that have commas - see below.

[Attributes, Skills, and Modifiers] https://github.com/DeckofAdventures/TheGame/blob/main/1_Mechanics/01_PlayerGuide_Full.md#Attributes,-Skills,-and-Modifiers) [Dealers, Bystanders and Companions] (https://github.com/DeckofAdventures/TheGame/blob/main/1_Mechanics/01_PlayerGuide_Full.md#Dealers,-Bystanders-and-Companions)

CBroz1 commented 2 years ago

This will require an edit to this function to remove commas, on Line 171

 no_spaces = value.replace(" ", "-").replace(",","")
LockerM commented 2 years ago

This is resolved due to decision to remove in-text TOC in favor of site-render