[pango: 2/3] Convert a stray DocBook ulink into Markdown




commit f5044cf7d3f196559c055c814537caf84d578e2c
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jun 8 13:44:04 2021 -0500

    Convert a stray DocBook ulink into Markdown

 pango/pango-bidi-type.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-bidi-type.h b/pango/pango-bidi-type.h
index ebfaa574..2f1dfd1d 100644
--- a/pango/pango-bidi-type.h
+++ b/pango/pango-bidi-type.h
@@ -54,7 +54,7 @@ G_BEGIN_DECLS
  *
  * `PangoBidiType` represents the bidirectional character
  * type of a Unicode character as specified by the
- * <ulink url="http://www.unicode.org/reports/tr9/";>Unicode bidirectional algorithm</ulink>.
+ * [Unicode bidirectional algorithm](http://www.unicode.org/reports/tr9/).
  *
  * Since: 1.22
  * Deprecated: 1.44: Use fribidi for this information


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]