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:
parent
5523d13988
commit
61155aacb1
2 changed files with 78 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue