1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-16 23:29:47 +00:00

Tables spells vo en pipe

This commit is contained in:
Yan Maniez 2018-06-24 11:39:46 +02:00
parent 5523d13988
commit 61155aacb1
2 changed files with 78 additions and 11 deletions

View file

@ -160,7 +160,7 @@ namespace AideDeJeu.ViewModels
public async Task NavigateToLink(string s)
{
if (s != null)
{
{
var regex = new Regex("/(?<file>.*)\\.md#(?<anchor>.*)");
var match = regex.Match(s);
var file = match.Groups["file"].Value;